Created
February 2, 2015 01:04
-
-
Save wavecos/147a07a310e69412f16c to your computer and use it in GitHub Desktop.
Get File Name from Swift Class (or Objective C class)
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
NSLog("Filename: " + NSStringFromClass(self.dynamicType)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment