某一天,add了一个文件,突然不能编译了。
最有可能的原因是,你**定义了一个类,然后没写类body。。。caocaocaocaocao!@¥%……¥%……&……#¥%……¥%&¥……¥%……#%
浪费我时间
这次给我记住! @interface 和 @implementation
@interface SetListInfo:NSObject
@property (nonatomic,strong) NSString *title;
@end
@implementation CTCSetListInfo
@end