• This project
    • Loading...
  • Sign in

ios / YH_LivePush · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • Yoho_LivePush
  • YohoLive
  • AppDelegate.h
  • Complete yoho live.
    1284fa41
    by 盖剑秋
    2016-06-14 13:59:18 +0800  
    Browse Files
AppDelegate.h 283 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  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