//
//  createSearchBarView.h
//  smartRhino
//
//  Created by niuzhen on 2019/12/13.
//  Copyright © 2019 tederen. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface createSearchBarView : UIView
@property (copy, nonatomic) void(^ClickBlock)(void);
@end

NS_ASSUME_NONNULL_END