AppDelegate.h
283 Bytes
//
// YH_RootViewController.m
// YohoLive
//
// Created by 盖剑秋 on 16/6/6.
// Copyright © 2016年 YOHO!. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end