Swiftgram/submodules/Stripe/Sources/NSString+Stripe_CardBrands.h
2019-08-12 23:42:50 +03:00

19 lines
374 B
Objective-C
Executable File

//
// NSString+Stripe_CardBrands.h
// Stripe
//
// Created by Jack Flintermann on 1/15/16.
// Copyright © 2016 Stripe, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "STPCardBrand.h"
@interface NSString (Stripe_CardBrands)
+ (nonnull instancetype)stp_stringWithCardBrand:(STPCardBrand)brand;
@end
void linkNSStringCardBrandsCategory(void);