luxlabs header browser preview


@class PKTableHeaderView;

@interface PKPassPersonalizationHeaderView : PKTableHeaderView {
    PKTableHeaderView *_tableHeaderView;
}

@property (nonatomic) unsigned long long state;

- (void)dealloc;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (void)_configureForCurrentState;
- (id)initWithLogoImage:(id)a0 description:(id)a1;

@end