/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ /** * @generated by Thrift */ #import #import "TProtocol.h" #import "TApplicationException.h" #import "TProtocolException.h" #import "TProtocolUtil.h" #import "TProcessor.h" #import "TObjective-C.h" #import "TBase.h" #import "TBaseStruct.h" #import "TBaseException.h" typedef NS_ENUM(int, exampleExample) { exampleExample_caseA = 1, exampleExample_caseB = 2 }; NSString* exampleExampleToString(const exampleExample value); exampleExample exampleExampleFromString(NSString *str, int fallbackValue);