• This project
    • Loading...
  • Sign in

hh_public / hhvDoctorSDK.ios

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 3
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hhvDoctorSDK.ios
  • hhvDoctorSDKForOC_Demo
  • test-pingan
  • AppDelegate.h
  • init oc sdk and demo · bc914410
    bc914410 Browse File
    chengyanfang authored 2021-05-24 14:36:22 +0800
AppDelegate.h 283 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  AppDelegate.h
//  test-pingan
//
//  Created by 程言方 on 2020/12/31.
//

#import <UIKit/UIKit.h>
#import <hhvDoctorSDKForOC/hhvDoctorSDKForOC-umbrella.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end