All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cocoagen.enum.h Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
#import 

typedef NS_ENUM(NSInteger, {{EnumName}}) {
{{#values}}
  {{EnumName}}_{{originalName}} = {{value}}{{/values|,
}}

};





© 2015 - 2025 Weber Informatics LLC | Privacy Policy