//
//  AppDelegate.h
//  FEGORNUpdate
//
//  Created by Eric on 2018/4/10.
//  Copyright © 2018年 Eric. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

