SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
InvitationReply.h
1 //
2 // InvitationReply.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 
15 EXTERN NSInteger const InvitationReply_ACCEPT;
16 EXTERN NSInteger const InvitationReply_REFUSE;
17 EXTERN NSInteger const InvitationReply_EXPIRED;
18 
19 /**
20  Provides two constants used for replying to an Invitation
21 
22  @see SFSInvitation
23  @see InviteUsersRequest
24 
25  */
26 @interface InvitationReply : NSObject {
27 }
28 
29 @end
30 
InvitationReply
Definition: InvitationReply.h:26