Skip to content

Instantly share code, notes, and snippets.

View gmarm's full-sized avatar
💭
I may be slow to respond.

George Marmaridis gmarm

💭
I may be slow to respond.
View GitHub Profile
@gmarm
gmarm / STPPaymentCardTextField+ExternalConfig.m
Last active January 5, 2016 11:28
STPPaymentCardTextField category to allow external value setting (implementation file)
//
// STPPaymentCardTextField+ExternalConfig.m
//
// Created by George Marmaridis on 18/12/15.
// Copyright © 2015 George Marmaridis. All rights reserved.
//
#import "STPPaymentCardTextField+ExternalConfig.h"
static NSString *const kNumberFieldKey = @"numberField";
@gmarm
gmarm / STPPaymentCardTextField+ExternalConfig.h
Last active May 30, 2021 05:40
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)