• This project
    • Loading...
  • Sign in

haibao_juhe / haibao_juhe_sdk_ios

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • haibao_juhe_sdk_ios
  • PoolSdk_Demo
  • Demo
  • AppDelegate.h
  • lizhihui's avatar
    181205 海豹聚合SDK · cf84a337
    cf84a337
    lizhihui authored 2018-12-05 12:01:41 +0800
AppDelegate.h 272 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  AppDelegate.h
//  publiDemo
//
//  Created by winFan on 11/30/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end