17 lines
219 B
Objective-C
Executable File
17 lines
219 B
Objective-C
Executable File
//
|
|
// SASearchVC.h
|
|
// SamaVoice
|
|
//
|
|
// Created by 申中迪 on 2022/5/10.
|
|
//
|
|
|
|
#import "BaseTableViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SASearchVC : BaseTableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|