Skip to content

Instantly share code, notes, and snippets.

@yume190
Created July 7, 2014 07:04
Show Gist options
  • Save yume190/6b4f66de9929003b6233 to your computer and use it in GitHub Desktop.
Save yume190/6b4f66de9929003b6233 to your computer and use it in GitHub Desktop.
Who retain my text??
@interface XARC : NSObject
@property(nonatomic,strong) NSString* text;
@end
@implementation XARC
//-(NSString *)text{
// return _text;
//}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment