SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
BuddyOnlineState.h
1 //
2 // BuddyOnlineState.h
3 // SFS2X
4 //
5 // Original development by Infosfer Game Technologies Ltd. | http://www.infosfer.com.
6 //
7 // Maintained and developed by A51 Integrated.
8 // Copyright 2012 A51 Integrated | http://a51integrated.com. All rights reserved.
9 //
10 
11 #import "Common.h"
12 
13 
14 EXTERN NSInteger const BuddyOnlineState_ONLINE;
15 EXTERN NSInteger const BuddyOnlineState_OFFLINE;
16 EXTERN NSInteger const BuddyOnlineState_LEFT_THE_SERVER;
17 
18 /**
19  Provide information on the Online Status of the Buddy
20  */
21 @interface BuddyOnlineState : NSObject {
22 }
23 
24 @end
BuddyOnlineState
Definition: BuddyOnlineState.h:21