Skip to content

Instantly share code, notes, and snippets.

@gmarm
Last active May 30, 2021 05:40
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
STPPaymentCardTextField category to allow external value setting (header file)
//
// STPPaymentCardTextField+ExternalConfig.h
//
// Created by George Marmaridis on 18/12/15.
// Copyright © 2015 George Marmaridis. All rights reserved.
//
#import <Stripe/Stripe.h>
@interface STPPaymentCardTextField (ExternalConfig)
- (void)configureWithCardParams:(nonnull STPCardParams*)cardParams;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment