spiegel-keyman/ios/samples/KMSample2/KMSample2/AppDelegate.h
2017-08-21 13:54:29 +07:00

17 lines
289 B
Objective-C

//
// AppDelegate.h
// KMSample2
//
// Created by Serkan Kurt on 7/04/2015.
// Copyright (c) 2017 SIL International. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end