luxlabs header browser preview


@class UIImage, UILabel, UIImageView;

@interface PKPaymentSetupTableViewCell : PKTableViewCell {
    UILabel *_betaLabel;
    UIImageView *_cardImageView;
    UIImageView *_iconImageView;
    long long _thumbnailType;
}

@property (readonly, nonatomic) UIImage *thumbnail;
@property (nonatomic) BOOL showBetaBadge;

+ (struct CGSize { double x0; double x1; })defaultImageViewSize;

- (void)prepareForReuse;
- (void).cxx_destruct;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1;
- (void)layoutSubviews;
- (void)setThumbnail:(id)a0 type:(long long)a1 animated:(BOOL)a2;

@end