// // AppDelegate.h // TianLing_App // // Created by 刘荣毅 on 2017/10/20. // Copyright © 2017年 Liu. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; - (void)request_hx_configWithApplication:(UIApplication *)application Options:(NSDictionary *)launchOptions finishBlock:(void(^)(void))haveDataBlock; @end