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