// // AppDelegate.h // HDMall // // Created by Javen on 2017/7/21. // Copyright © 2017年 上海勾芒信息科技. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end