jjzjj

secondLabelText

全部标签

objective-c - @synthesize 用于类变量

//SecondPage.h@property(nonatomic,copy)NSString*secondLabelText;+(SecondPage*)newAlloc;+(id)totalOpen;+(void)setSecondLabelText;和SecondPage.m@synthesizesecondLabelText;//DOESNTWORK.NSString*secondLabelText;//DOESWORK.+(void)setSecondLabelText{secondLabelText=@"TEST";}+(id)totalOpen{[selfsetSecon