luxlabs header browser preview


@class NSNumber;

@interface PRSessionStartNotification : NSObject

@property (readonly) long long notificationType;
@property (readonly) NSNumber *bluetoothConnectionEventCounterValue;

+ (id)createWithBluetoothConnectionEventCounterValue:(id)a0;

- (id)init;
- (void)_setType:(long long)a0;
- (void).cxx_destruct;
- (void)_setBluetoothConnectionEventCounterValue:(id)a0;

@end