luxlabs header browser preview


@class UIView;
@protocol _PUProgressIndicatorTileViewDelegate;

@interface _PUProgressIndicatorTileView : UIView {
    struct { BOOL respondsToDidChangeTraitCollection; } _delegateFlags;
}

@property (weak, nonatomic) UIView *extraHittableSubview;
@property (nonatomic) BOOL showingErrorProgressView;
@property (weak, nonatomic) id<_PUProgressIndicatorTileViewDelegate> traitCollectionDelegate;

- (void)traitCollectionDidChange:(id)a0;
- (void).cxx_destruct;
- (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;

@end