AppDelegate.h
283 Bytes
//
// 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