Created
April 14, 2017 10:24
-
-
Save es-kumagai/603453b390f3517e0980fff755acf2d6 to your computer and use it in GitHub Desktop.
Objective-C Runtime 環境があるかを判定できるのね。 #swift #CodePiece
This file contains 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
#if _runtime(_ObjC) | |
print("Y") | |
#else | |
print("N") | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment