Files
eqn.ios/Sources/Earthquake Network/AppDelegate.h
T
2020-10-08 21:36:28 +02:00

20 lines
399 B
Objective-C

//
// AppDelegate.h
// Earthquake Network
//
// Created by Luca Beretta on 12/09/18.
// Copyright © 2018 Luca Beretta. All rights reserved.
//
#import <UIKit/UIKit.h>
@class EQNMainTabBarController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (weak, nonatomic) EQNMainTabBarController *mainTabBarController;
@end