/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ /** * @generated by Thrift */ #import #import #import #import #import #import #import #import #import #import @interface Foo : TBaseStruct { int64_t __thrift_a; BOOL __thrift_a_set; } @property (nonatomic) int64_t a; - (id) init NS_DESIGNATED_INITIALIZER; - (id) initWithCoder:(NSCoder *)decoder NS_DESIGNATED_INITIALIZER; - (id) initWithA: (int64_t) a NS_DESIGNATED_INITIALIZER; - (void) read: (id ) inProtocol; - (void) write: (id ) outProtocol; - (void) validate; - (BOOL) aIsSet; @end @interface transitiveConstants : TBaseStruct { } + (Foo *) ExampleFoo; @end