20 lines
322 B
Objective-C
20 lines
322 B
Objective-C
//
|
|
// STDSTestJSONUtils.h
|
|
// Stripe3DS2Tests
|
|
//
|
|
// Created by Yuki Tokuhiro on 3/29/19.
|
|
// Copyright © 2019 Stripe. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface STDSTestJSONUtils : NSObject
|
|
|
|
+ (NSDictionary *)jsonNamed:(NSString *)name;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|