stripe-ios/LocalizationTester/AppDelegate.h

18 lines
292 B
Objective-C

//
// AppDelegate.h
// LocalizationTester
//
// Created by Cameron Sabol on 12/11/18.
// Copyright © 2018 Stripe, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end