Created
July 7, 2014 07:04
-
-
Save yume190/6b4f66de9929003b6233 to your computer and use it in GitHub Desktop.
Who retain my text??
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 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