iOS開發 列舉註釋

CocoaJason發表於2018-04-14
typedef NS_ENUM(NSUInteger, Type) {
    TypeOne,  ///<    1111
    TypeTwo   ///<    2222
};
複製程式碼

相關文章