luxlabs header browser preview


@class OKRoundProgressView;

@interface OKWidgetView : OKWidgetViewProxy {
    OKRoundProgressView *_roundProgressView;
}

- (void)commonInit;
- (void)dealloc;
- (BOOL)pointInside:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (BOOL)isActivityIndicatorVisible;
- (void)updateProgressIndicator:(double)a0;
- (void)setActivityIndicatorVisible:(BOOL)a0;
- (BOOL)_canRespondToEventWithPoint:(struct CGPoint { double x0; double x1; })a0;
- (BOOL)downloadIndicatorEnabled;

@end