luxlabs header browser preview


@class PKPass, NSString, PKPassFaceViewRendererState, UITapGestureRecognizer, PKPasscodeLockManager, PKPassColorProfile, PKPassFrontFaceView, NSObject, PKRemoveableAnimationTrackerStore;
@protocol OS_dispatch_source, WLCardViewDelegate;

@interface PKPassView : UIView <UIGestureRecognizerDelegate, PKPassFaceViewDelegate, PKPasscodeLockManagerObserver> {
    PKPassFrontFaceView *_frontFace;
    PKPassColorProfile *_colorProfile;
    PKPassFaceViewRendererState *_rendererState;
    UITapGestureRecognizer *_tapRecognizer;
    long long _priorContentMode;
    PKPasscodeLockManager *_passcodeLockManager;
    NSString *_suppressingIdentifier;
    BOOL _contentLoading;
    BOOL _contentLoaded;
    NSObject<OS_dispatch_source> *_contentModeUpdateTimer;
    PKRemoveableAnimationTrackerStore *_delayedAnimations;
    BOOL _invalidated;
}

@property (readonly, retain, nonatomic) PKPass *pass;
@property (readonly, nonatomic) NSString *uniqueID;
@property (weak, nonatomic) id<WLCardViewDelegate> delegate;
@property (nonatomic) long long contentMode;
@property (nonatomic) unsigned long long suppressedContent;
@property (nonatomic, getter=isModallyPresented) BOOL modallyPresented;
@property (nonatomic) double modalShadowVisibility;
@property (readonly, nonatomic) BOOL frontFaceBodyContentCreated;
@property (nonatomic, getter=isPaused) BOOL paused;
@property (readonly, nonatomic) PKPassFaceViewRendererState *rendererState;
@property (readonly, nonatomic) BOOL isFrontFaceExpanded;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)tapRecognized:(id)a0;
- (void)dealloc;
- (void)didAuthenticate;
- (BOOL)gestureRecognizer:(id)a0 shouldReceiveTouch:(id)a1;
- (void)invalidate;
- (void).cxx_destruct;
- (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (void)layoutSubviews;
- (id)item;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (id)initWithPass:(id)a0;
- (id)initWithPass:(id)a0 content:(long long)a1;
- (id)snapshotOfFrontFace;
- (void)passcodeLockManager:(id)a0 didReceivePasscodeSet:(BOOL)a1;
- (void)passFaceViewExpandButtonTapped:(id)a0;
- (struct CGSize { double x0; double x1; })sizeOfFrontFace;
- (void)_applyContentMode:(BOOL)a0;
- (long long)_frontFaceBackgroundModeForContentMode;
- (unsigned long long)_regionsForCurrentModes;
- (void)_updateFrontFaceSuppressedContent;
- (void)_updateHighEndLayerShadowAnimated:(BOOL)a0 withDelay:(double)a1;
- (void)_updateLayerShadowAnimated:(BOOL)a0 withDelay:(double)a1;
- (void)_updateLowEndLayerShadowAnimated:(BOOL)a0 withDelay:(double)a1;
- (BOOL)_visibleFaceShouldClipForCurrentViewMode:(double *)a0;
- (BOOL)canShowBarcode;
- (void)didTransact;
- (void)drawFrontFaceAtSize:(struct CGSize { double x0; double x1; })a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameOfVisibleFace;
- (id)initWithPass:(id)a0 content:(long long)a1 suppressedContent:(unsigned long long)a2;
- (id)initWithPass:(id)a0 content:(long long)a1 suppressedContent:(unsigned long long)a2 rendererState:(id)a3;
- (void)presentDiff:(id)a0 completion:(id /* block */)a1;
- (void)setContentMode:(long long)a0 animated:(BOOL)a1;
- (void)setContentMode:(long long)a0 animated:(BOOL)a1 withDelay:(double)a2;
- (void)setDimmer:(double)a0 animated:(BOOL)a1;
- (void)setFrontFaceExpanded:(BOOL)a0 animated:(BOOL)a1;
- (void)setModalShadowVisibility:(double)a0 animated:(BOOL)a1;
- (void)setModalShadowVisibility:(double)a0 animated:(BOOL)a1 withDelay:(double)a2;
- (void)setPaymentBarcodeData:(id)a0;
- (struct CGSize { double x0; double x1; })sizeOfFront;
- (id)snapshotOfFrontFaceWithRequestedSize:(struct CGSize { double x0; double x1; })a0;
- (id)snapshotViewOfVisibleFaceAfterScreenUpdates:(BOOL)a0;
- (void)updateValidityDisplay;

@end