AppDelegate.h
273 Bytes
//
// AppDelegate.h
// YH_WatchDog
//
// Created by redding on 16/3/7.
// Copyright © 2016年 YOHO. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end