stripe-ios/Stripe3DS2/Stripe3DS2DemoUI/Sources/AppDelegate.h

16 lines
284 B
Objective-C

//
// AppDelegate.h
// Stripe3DS2DemoUI
//
// Created by Andrew Harrison on 2/27/19.
// Copyright © 2019 Stripe. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end