iOS开发 枚举注释

823 阅读1分钟
typedef NS_ENUM(NSUInteger, Type) {
    TypeOne,  ///<    1111
    TypeTwo   ///<    2222
};