Swiftgram/TelegramUI/STPPaymentConfiguration+Private.h
2017-07-14 15:34:30 +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