Created
January 11, 2017 14:34
-
-
Save pilky/6b4ca8eb3cfa094751a5062d530c9d25 to your computer and use it in GitHub Desktop.
Clang Obj-C Bug
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
| @interface MyObject : NSObject | |
| @property (copy) NSString *myProperty; | |
| @end | |
| @interface MyObject (Category) | |
| - (NSNumber *)myProperty; | |
| @end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment