Open WyzeHongboZhao opened 3 years ago
OCRunner 版本号: 1.2.0
OCRunner 目前几处不兼容的地方
@available
@synthesize
@property
@interface
@end
@class
@protocol
OCRunner 版本号: 1.2.0
OCRunner 目前几处不兼容的地方
@available
(iOS 10.0, *)) 写法@synthesize
写法;@property
(nonatomic, assign) NSInteger selectIndex;;@interface
TargetObject () \< UITableViewDelegate, UITableViewDataSource > 这种写法。@interface
Target\<NSObject> : Parent\<NSObject>@end
8 不支持 声明类写法 。例如@class
ClassA, ClassB;@protocol
Prococol1, Prococol2;