Skip to content

Instantly share code, notes, and snippets.

@es-kumagai
Created April 14, 2017 10:24
Show Gist options
  • Save es-kumagai/603453b390f3517e0980fff755acf2d6 to your computer and use it in GitHub Desktop.
Save es-kumagai/603453b390f3517e0980fff755acf2d6 to your computer and use it in GitHub Desktop.
Objective-C Runtime 環境があるかを判定できるのね。 #swift #CodePiece
#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