Skip to content

Instantly share code, notes, and snippets.

@izadgot
Created May 1, 2019 14:17
Show Gist options
  • Save izadgot/746094005f3b1c631998fe01a2487533 to your computer and use it in GitHub Desktop.
Save izadgot/746094005f3b1c631998fe01a2487533 to your computer and use it in GitHub Desktop.
example Tweak header file for PersonalPhotoStorageVC
@interface PersonalPhotoStorageVC : UIViewController {
NSString *_pw;
UITextField *_theTextField;
}
@property(nonatomic, retain) UITextField *theTextField;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment