Skip to content

Instantly share code, notes, and snippets.

@soedar
Created January 16, 2014 06:39
Show Gist options
  • Save soedar/8450722 to your computer and use it in GitHub Desktop.
Save soedar/8450722 to your computer and use it in GitHub Desktop.
#import "hello.h"
// Anonymous class extension
@interface Hello ()
@property (nonatomic, strong) NSString *privateString;
@end
@implementation Hello
// do something with self.privateString
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment