17 lines
246 B
Objective-C
17 lines
246 B
Objective-C
//
|
|
// SosCenterViewController.h
|
|
// EscortProject
|
|
//
|
|
// Created by 仁康信息 on 2023/4/13.
|
|
//
|
|
|
|
#import "HQBaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SosCenterViewController : HQBaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|