//
// AppDelegate.h
// WSWebImageDemo
//
// Created by 王帅 on 16/7/14.
// Copyright © 2016年 王帅. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end