luxlabs header browser preview


@class PKPassView, PKPassFaceViewRendererState, PKRemoteDataAccessor, UIView, PKPass, UIImageView, PKPeerPaymentAccount, UILabel, UIColor;
@protocol PKPassLibraryDataProvider, PKPassHeaderViewDelegate;

@interface PKPassHeaderView : UIView {
    PKRemoteDataAccessor *_remoteDataAccessor;
    UIView *_passMaskView;
    UIImageView *_maskShadow;
    UILabel *_title;
    UILabel *_subtitle;
    double passImageHeight;
    struct UIEdgeInsets { double top; double left; double bottom; double right; } _contentInsets;
}

@property (retain, nonatomic) PKPass *pass;
@property (readonly, nonatomic) PKPassView *passView;
@property (nonatomic, getter=isSmall) BOOL small;
@property (retain, nonatomic) PKPeerPaymentAccount *peerPaymentAccount;
@property (retain, nonatomic) PKPassFaceViewRendererState *rendererState;
@property (nonatomic) unsigned long long suppressedContent;
@property (nonatomic) BOOL showModificationDate;
@property (nonatomic) BOOL expiredPass;
@property (retain, nonatomic) UIColor *primaryTextColor;
@property (retain, nonatomic) UIColor *secondaryTextColor;
@property (weak, nonatomic) id<PKPassHeaderViewDelegate> delegate;
@property (retain, nonatomic) id<PKPassLibraryDataProvider> passLibraryOverride;

- (void)dealloc;
- (void)traitCollectionDidChange:(id)a0;
- (void)_updateTextContent;
- (void)_passLibraryDidChange:(id)a0;
- (void)_updateContent;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (id)_primaryTextColor;
- (id)_secondaryTextColor;
- (id)initWithPass:(id)a0;
- (void)_resetFonts;
- (id)initWithPass:(id)a0 rendererState:(id)a1;
- (struct { struct CGSize { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; double x2; })passSizeInfoForHeight:(double)a0;
- (void)updateModifiedDate;
- (void)updateShadow:(double)a0;

@end