luxlabs header browser preview


@class VUIButton, VUIImageView, _TVProgressView;
@protocol VUILibraryEpisodeFrameViewDelegate;

@interface VUILibraryEpisodeFrameView : UIView

@property (retain, nonatomic) VUIImageView *imageView;
@property (retain, nonatomic) _TVProgressView *progressView;
@property (retain, nonatomic) VUIButton *playButton;
@property (nonatomic) long long layout;
@property (retain, nonatomic) VUIImageView *fullyPlayedImageView;
@property (weak, nonatomic) id<VUILibraryEpisodeFrameViewDelegate> delegate;

+ (void)configureEpisodeFrameView:(id)a0 withMedia:(id)a1 layout:(long long)a2 imageSize:(struct CGSize { double x0; double x1; })a3;

- (void).cxx_destruct;
- (void)layoutSubviews;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (void)updateProgress:(id)a0;
- (void)_playButtonPressed;

@end