ElectroServer 5 Client: Cocoa-Touch
EsRoomVariableUpdateAction.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 enum EsRoomVariableUpdateAction {
10  EsRoomVariableUpdateAction_VariableCreated = 1,
11  EsRoomVariableUpdateAction_VariableUpdated = 2,
12  EsRoomVariableUpdateAction_VariableDeleted = 3,
13 };
14 
15 @interface EsRoomVariableUpdateActionConstants : NSObject {
16 }
17 @end