mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
17 lines
300 B
Objective-C
Executable File
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
|
|
|