1.h 向前声明
@class UIView, UIImage;
2.接口 空格
@interface AppDelegate : UIResponder <UIApplicationDelegate, UITableViewDataSource>
3.属性
@property (nonatomic, copy) NSString *productID;
1.h 向前声明
@class UIView, UIImage;
2.接口 空格
@interface AppDelegate : UIResponder <UIApplicationDelegate, UITableViewDataSource>
3.属性
@property (nonatomic, copy) NSString *productID;
本文标题:编码规范
本文链接:https://www.haomeiwen.com/subject/hosexctx.html
网友评论