Files
mier_ios/SweetParty/主类/Search/Controller/SASearchVC.h

17 lines
219 B
C
Raw Normal View History

2025-08-11 10:43:19 +08:00
//
// SASearchVC.h
// SamaVoice
//
// Created by 申中迪 on 2022/5/10.
//
#import "BaseTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface SASearchVC : BaseTableViewController
@end
NS_ASSUME_NONNULL_END