Files
yuyin_ios/SweetParty/主类/Mine/GongHui/SPGonghuiSearchView.h
2025-08-08 11:05:33 +08:00

21 lines
333 B
Objective-C
Executable File

//
// SPGonghuiSearchView.h
// SweetParty
//
// Created by bj_szd on 2023/1/14.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SPGonghuiSearchView : UIView
@property (weak, nonatomic) IBOutlet UITextField *searchTF;
@property (nonatomic, copy) void(^onSearchBlock)(NSString *str);
@end
NS_ASSUME_NONNULL_END