luxlabs header browser preview


@class NSSet, NSDictionary;

@interface VUIMediaCategory : NSObject

@property (nonatomic) unsigned long long type;
@property (copy, nonatomic) NSSet *supportedMediaCollectionTypes;
@property (copy, nonatomic) NSDictionary *supportedChildMediaCollectionTypes;

+ (id)mediaCatgeoryForType:(unsigned long long)a0;

- (id)init;
- (id)_initWithType:(unsigned long long)a0;
- (id)description;
- (void).cxx_destruct;

@end