// // KSSearchViewController.h // KulexiuSchoolStudent // // Created by 王智 on 2023/7/20. // #import <TUISearch/TUISearch.h> NS_ASSUME_NONNULL_BEGIN @interface KSSearchViewController : TUISearchViewController @property (nonatomic, strong) NSString *groupId; // 搜索群组的时候使用 @end NS_ASSUME_NONNULL_END