123456789101112131415161718 |
- //
- // KSChatSearchBar.h
- // KulexiuSchoolStudent
- //
- // Created by 王智 on 2023/8/3.
- //
- #import <TUISearch/TUISearch.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KSChatSearchBar : TUISearchBar
- @property (nonatomic, strong, readonly) UISearchBar *mySearchBar;
- @end
- NS_ASSUME_NONNULL_END
|