Skip to content

Instantly share code, notes, and snippets.

@AtomicCat
Created March 25, 2011 21:14
Show Gist options
  • Select an option

  • Save AtomicCat/887642 to your computer and use it in GitHub Desktop.

Select an option

Save AtomicCat/887642 to your computer and use it in GitHub Desktop.
@interface MyClass ()
@property (nonatomic, retain) NSArray *myInternalArray;
@property (nonatomic, retain) UIImage *myInternalImage;
@end
@implementation MyClass
@synthesize myInternalArray;
@synthesize myInternalImage;
... rest of your code ...
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment