@class UIColor, NSString, PKPaymentTransactionView; @interface PKPaymentTransactionTableCell : PKTableViewCell @property (retain, nonatomic) UIColor *primaryColor; @property (retain, nonatomic) UIColor *secondaryColor; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } additionalInsets; @property (copy, nonatomic) NSString *identifier; @property (readonly, nonatomic) PKPaymentTransactionView *transactionView; @property (nonatomic, getter=isDeletable) BOOL deletable; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)prepareForReuse; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; @end