//
//  AppDelegate.h
//  app
//
//  Created by Ben Guo on 9/29/19.
//  Copyright © 2019 stripe-samples. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface AppDelegate : NSObject <UIApplicationDelegate>

@property (nonatomic,  strong) UIWindow *window;

@end

NS_ASSUME_NONNULL_END
