位掩码当用到位掩码时,使用 NS_OPTIONS 宏。 举例: typedef NS_OPTIONS(NSUInteger, NYTAdCategory) {NYTAdCategoryAutos = 1 << 0,NYTAdCategoryJobs = 1 << 1,NYTAdCategoryRealState = 1 << 2,NYTAdCategoryTechnology = 1 << 3};