Captainup  2.4
/Users/yogs/Desktop/CaptainUp/Headers/CPTGameCenter.h
1 //
2 // GameCenter.h
3 // captainup_sdk
4 //
5 // Created by David Azriel on 07/12/2015.
6 // Copyright © 2015 Captain Up. All rights reserved.
7 //
8 
9 #ifndef GameCenter_h
10 #define GameCenter_h
11 
12 #import "CPTObject.h"
13 
18 
22 @property (nonatomic, readonly, nonnull) NSString *introTitle;
23 
27 @property (nonatomic, readonly, nonnull) NSString *introText;
28 
32 @property (nonatomic, readonly, nonnull) NSString *introTextHTML;
33 
34 @end
35 
36 #endif /* GameCenter_h */
NSString * introTitle
Definition: CPTGameCenter.h:22
Definition: CPTGameCenter.h:17
NSString * introTextHTML
Definition: CPTGameCenter.h:32
NSString * introText
Definition: CPTGameCenter.h:27
Definition: CPTObject.h:17