luxlabs header browser preview


@class UINavigationController, UILabel, UIImageView;

@interface WFLockView : UIView {
    UILabel *titleLabel;
    UIImageView *lockImage;
}

@property (retain, nonatomic) UINavigationController *belongedNavigationController;

- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)didMoveToSuperview;
- (void).cxx_destruct;
- (id)initWithTitle:(id)a0 viewToCover:(id)a1;

@end