19 lines
307 B
Objective-C
19 lines
307 B
Objective-C
//
|
|
// HospitalMainViewController.h
|
|
// XinjiangProject
|
|
//
|
|
// Created by 仁康信息 on 2023/5/9.
|
|
//
|
|
|
|
#import "XJBaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface HospitalMainViewController : XJBaseViewController
|
|
|
|
@property (nonatomic, strong) NSString * hospitalID;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|