luxlabs header browser preview


@class NSString;

@interface AVOutputDeviceGroupMembershipChangeResult : NSObject {
    long long _status;
    NSString *_cancellationReason;
}

@property (readonly) long long status;
@property (readonly) NSString *cancellationReason;

- (void)dealloc;
- (id)initWithStatus:(long long)a0 cancellationReason:(id)a1;

@end