Skip to content

Instantly share code, notes, and snippets.

@jweinberg
Created May 17, 2011 02:38
Show Gist options
  • Save jweinberg/975793 to your computer and use it in GitHub Desktop.
Save jweinberg/975793 to your computer and use it in GitHub Desktop.
#import "PrivatesTestViewController.h"
@interface PrivatesTestViewController (Privates)
@property (nonatomic, retain) IBOutlet UIView *testView;
@end
@interface PrivatesTestViewController ()
@property (nonatomic, retain) UIView *testView;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment