//
//  AppDelegate.h
//  AIFit-Demo
//
//  Created by wujia121 on 2018/9/1.
//  Copyright © 2018年 wujia121. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end

