luxlabs header browser preview


@class HMDCharacteristic;

@interface HMDCharacteristicWriteTuple : NSObject {
    HMDCharacteristic *_characteristic;
    id _targetValue;
}

- (void).cxx_destruct;

@end