// // STPPaymentConfiguration+Private.h // Stripe // // Created by Jack Flintermann on 6/9/16. // Copyright © 2016 Stripe, Inc. All rights reserved. // #import "STPPaymentConfiguration.h" @interface STPPaymentConfiguration (Private) @property(nonatomic, readonly)BOOL applePayEnabled; @end