Skip to content

Instantly share code, notes, and snippets.

@pilky
Created January 11, 2017 14:34
Show Gist options
  • Save pilky/6b4ca8eb3cfa094751a5062d530c9d25 to your computer and use it in GitHub Desktop.
Save pilky/6b4ca8eb3cfa094751a5062d530c9d25 to your computer and use it in GitHub Desktop.
Clang Obj-C Bug
@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