spiegel-keyman/ios/engine/KMEI/KeymanEngine/Classes/AppDelegate.h
2017-08-21 13:54:29 +07:00

18 lines
349 B
Objective-C

//
// AppDelegate.h
// Keyman Engine
//
// Copyright (c) 2017 SIL International. All rights reserved.
//
#import <UIKit/UIKit.h>
@class MainViewController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) MainViewController *mainViewController;
@end