Created
May 1, 2019 14:17
-
-
Save izadgot/746094005f3b1c631998fe01a2487533 to your computer and use it in GitHub Desktop.
example Tweak header file for PersonalPhotoStorageVC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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