iOS-枚举

枚举&位移枚举 之前,我们一般都采用C语言的方式定义枚举,这种枚举可以称为普通的枚举。 [objc]  view plain  copy typedef enum{       DirectionTypeUp,       DirectionTypeLeft,       DirectionTypeDown,       DirectionTypeRight   } DirectionType; 
相关文章
相关标签/搜索