Skip to content

Instantly share code, notes, and snippets.

@Li-blog
Created March 28, 2016 13:20
Show Gist options
  • Save Li-blog/b60b28cbbe7d3928f388 to your computer and use it in GitHub Desktop.
Save Li-blog/b60b28cbbe7d3928f388 to your computer and use it in GitHub Desktop.
//AppDelegate.h
@interface AppDelegate : UIResponder<UIApplicationDelegate> {
NSString *str;
}
@property (nonatomic, retain) NSString *str;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment