typedef enum typedef enum { SizeWidth, SizeHeight }Size; // typedef NS_ENUM typedef NS_ENUM(NSInteger, Size) { SizeWidth, SizeHeight };.
確定! 回上一頁