ElectroServer 5 Client: Cocoa-Touch
EsRemoveUDPConnectionRequest.h
1 //
2 // Autogenerated by CocoaTouchApiGenerator
3 //
4 // DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5 //
6 
7 
8 
9 #import <EsMessage.h>
10 #import <EsMessageType.h>
11 #import <EsRequest.h>
12 #import <EsResponse.h>
13 #import <EsEvent.h>
14 #import <EsEntity.h>
15 #import <EsObject.h>
16 #import <ThriftRemoveUDPConnectionRequest.h>
17 
19 @private
20  BOOL port_set_;
21  int32_t port_;
22 }
23 
24 @property(nonatomic) int32_t port;
25 
26 - (id) init;
27 - (id) initWithThriftObject: (id) thriftObject;
28 - (void) fromThrift: (id) thriftObject;
29 - (ThriftRemoveUDPConnectionRequest*) toThrift;
30 - (id) newThrift;
31 @end