#import <UIKit/UIKit.h>

@interface MGLTAppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic) UIWindow *window;

@end
