我得到的错误
error: property's synthesized getter follows Cocoa naming convention for returning 'owned' objects
/Users/.../ViewController.h:12:40:
note: property declared here
@property (nonatomic, retain)NSString *newString;
为什么我不能在一开始的变量名中使用new ?(喜欢newString
)