Skip to content

Instantly share code, notes, and snippets.

@gmarm
Last active May 30, 2021 05:40
Show Gist options
  • Save gmarm/915580b1c3804e2bf99b to your computer and use it in GitHub Desktop.
Save gmarm/915580b1c3804e2bf99b to your computer and use it in GitHub Desktop.
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