Swiftgram/submodules/Stripe/Sources/STPPaymentConfiguration+Private.h
2019-08-12 23:42:50 +03:00

17 lines
300 B
Objective-C
Executable File

//
// 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