luxlabs header browser preview


@class NSString;

@interface _MRGameControllerPropertiesProtobuf : PBCodable <NSCopying> {
    struct { unsigned char buttonAUpDelay : 1; unsigned char playerIndex : 1; unsigned char profile : 1; unsigned char supportsExtendedMotion : 1; } _has;
}

@property (nonatomic) BOOL hasPlayerIndex;
@property (nonatomic) unsigned int playerIndex;
@property (readonly, nonatomic) BOOL hasVendorName;
@property (retain, nonatomic) NSString *vendorName;
@property (nonatomic) BOOL hasButtonAUpDelay;
@property (nonatomic) int buttonAUpDelay;
@property (nonatomic) BOOL hasProfile;
@property (nonatomic) int profile;
@property (nonatomic) BOOL hasSupportsExtendedMotion;
@property (nonatomic) BOOL supportsExtendedMotion;

- (unsigned long long)hash;
- (BOOL)readFrom:(id)a0;
- (void)writeTo:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)dictionaryRepresentation;
- (void)copyTo:(id)a0;
- (BOOL)isEqual:(id)a0;
- (void)mergeFrom:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (int)StringAsProfile:(id)a0;
- (id)profileAsString:(int)a0;

@end