luxlabs header browser preview


@class UIColor, SUUIColorScheme;

@interface SUUIVideoImageDataConsumer : SUUIImageDataConsumer

@property (nonatomic) unsigned long long allowedOrientations;
@property (retain, nonatomic) UIColor *backgroundColor;
@property (retain, nonatomic) SUUIColorScheme *colorScheme;
@property (nonatomic) struct CGSize { double width; double height; } landscapeSize;
@property (nonatomic) struct CGSize { double width; double height; } portraitSize;

- (void).cxx_destruct;
- (id)imageForColor:(id)a0 orientation:(unsigned long long)a1;
- (id)imageForImage:(id)a0;

@end