Skip to content

Instantly share code, notes, and snippets.

@HituziANDO
Created September 6, 2017 03:03
Show Gist options
  • Save HituziANDO/9720349231869bd79765e890651b5cf7 to your computer and use it in GitHub Desktop.
Save HituziANDO/9720349231869bd79765e890651b5cf7 to your computer and use it in GitHub Desktop.
iOS8以上か判定するプリプロセッサ
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 80000
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment