// // CommonBarView.h // SeeTheDay // // Created by lww on 2022/6/25. // #import NS_ASSUME_NONNULL_BEGIN @interface SearchCommonBarView:UIView @property(nonatomic,strong)UIView *bgView; @property(nonatomic,strong)UIView *searchBgView; @property(nonatomic,strong)UIImageView *tipimageView; @property(nonatomic,strong)UILabel *tipLabel; @property(nonatomic,strong)UITextField *textField; @property(nonatomic,strong)UIButton *searchButton; //@property(nonatomic,strong)UIButton *rightButton; //@property(nonatomic,strong)UILabel *label; //@property(nonatomic,strong)UIImageView *imageView; //@property(nonatomic,strong)UIView *blineView; //@property(nonatomic,assign)int issel; //@property(nonatomic,strong)NSArray *dataArr; @property (nonatomic, copy) void(^searchAction)(NSString * tit); //-(void)changeSelAction:(NSInteger)tag; //@property (nonatomic, copy) void(^changeActionToFirst)(void); @end NS_ASSUME_NONNULL_END