luxlabs header browser preview


@class NSString, NSDate, GKPlayerInternal;

@interface GKTurnBasedParticipantInternal : GKInternalRepresentation

@property (readonly, nonatomic) NSString *playerID;
@property (retain, nonatomic) NSString *sessionID;
@property (retain, nonatomic) GKPlayerInternal *player;
@property (retain, nonatomic) GKPlayerInternal *invitedBy;
@property (retain, nonatomic) NSString *inviteMessage;
@property (retain, nonatomic) NSString *status;
@property (retain, nonatomic) NSDate *lastTurnDate;
@property (retain, nonatomic) NSDate *timeoutDate;
@property (nonatomic) unsigned int matchOutcome;
@property (nonatomic) unsigned char slot;
@property (readonly, nonatomic) BOOL isAutomatchParticipant;

+ (id)secureCodedPropertyKeys;

- (unsigned long long)hash;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (BOOL)isAutomatchParticipant;
- (id)descriptionSubstitutionMap;
- (id)serverRepresentation;

@end