//
// AppDelegate.h
// SpreadDemo
//
// Created by Gump on 15/12/30.
// Copyright © 2015年 Gump. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end