/*!
 *  Copyright (c) 2017 by Contributors
 * \file AppDelegate.h
 */

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end