//// PAYButton.h// Checkout//// Created by Shopify.// Copyright (c) 2015 Shopify. All rights reserved.//@importUIKit;@interfacePAYButton:UIButton@property(nonatomic,strong,readonly)UIImageView*paymentImageView;@property(nonatomic,strong,readonly)UILabel*paymentLabel;@end