luxlabs header browser preview


@class NSData;

@interface GKVoiceChatSessionMessage : GKOOBMessage {
    NSData *_data;
    unsigned int _conferenceID;
    unsigned int _subtype;
}

- (id)init;
- (void)dealloc;
- (unsigned int)subtype;
- (id)initWithBytes:(const void *)a0 length:(unsigned long long)a1;
- (id)payload;
- (id)data;
- (unsigned int)conferenceID;
- (BOOL)_checkSize:(unsigned long long)a0;
- (BOOL)_checkType:(unsigned short)a0;
- (id)initWithPayload:(id)a0 conferenceID:(unsigned int)a1 subtype:(unsigned int)a2;

@end