luxlabs header browser preview


@interface PLFlatVideoOverlayButton : UIButton <PLVideoOverlayButton> {
    long long _style;
    id _target;
    SEL _action;
}

- (id)initWithStyle:(long long)a0;
- (void)_handleTap:(id)a0;
- (long long)style;
- (void)setTarget:(id)a0 action:(SEL)a1;
- (id)_createOverlayImageWithBackgroundWhite:(double)a0 backgroundAlpha:(double)a1 glyphAlpha:(double)a2;
- (id)_highlightedButtonImage;
- (id)_normalButtonImage;

@end