//
//  AppDelegate.h
//  GzipUtil
//
//  Created by Lisa on 16/8/16.
//  Copyright © 2016年 Lisa. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

