Objective-C枚举写法

来源:互联网 发布:淘宝蜗牛移动充值卡 编辑:程序博客网 时间:2024/05/16 01:09

1.上代码:

typedef NS_ENUM(NSInteger, ShowNoticeVc){    withoutVc,    messageVc,    friendVc,    videoVc};//设置属性@property (nonatomic, assign) ShowNoticeVc showNoticeVc;
0 0
原创粉丝点击