luxlabs header browser preview


@interface _GCHapticDynamicParameter : NSObject

@property (readonly, nonatomic) unsigned int type;
@property (nonatomic) double value;

- (id)initWithType:(unsigned int)a0 value:(double)a1;

@end