摘要:
property with 'weak' attribute must be of object type:I have this in my interface:@property(nonatomic, weak)NSTimeInterval*timeStamp;Or:@property (nonatomic, weak) float height;Which my logic told me, I need a time stamp object, that only is going to be used by this class within the context 阅读全文
posted @ 2013-04-28 20:22
cateatmycode
阅读(876)
评论(0)
推荐(0)