luxlabs header browser preview


@class PKEnterCurrencyAmountView;

@interface PKAccountBillPaymentAmountContainerView : UIView

@property (retain, nonatomic) PKEnterCurrencyAmountView *enterCurrencyAmountView;
@property (nonatomic) BOOL showAmount;

- (void).cxx_destruct;
- (void)layoutSubviews;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (double)_amountLabelFontSize;
- (id)initWithCurrencyCode:(id)a0 minimumAmount:(id)a1;

@end