Created
July 9, 2013 12:58
-
-
Save newmarcel/5957128 to your computer and use it in GitHub Desktop.
iOS 7 SDK detection macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define IOS_SDK_GREATER_IOS_6 (__IPHONE_OS_VERSION_MAX_ALLOWED >= 69000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment