OPPPKPaymentButtonTableViewCell

@interface OPPPKPaymentButtonTableViewCell : UITableViewCell
@property (nonatomic, weak) IBOutlet PKPaymentButton *pkPaymentButton;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, weak) IBOutlet PKPaymentButton *pkPaymentButton

    Swift

    @IBOutlet weak var pkPaymentButton: PKPaymentButton? { get set }