// // WorkFlowSearchView.h // smartRhino // // Created by tederen on 2019/11/5. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @protocol WorkFlowSearchViewDelegate - (void)didSelectWorkFlowSearchViewAction:(TDButton *)sender; @end @interface WorkFlowSearchView : UIView @property (nonatomic, weak) id delegate; //- (instancetype)initWithWorkFlowSearchView:(CGRect)frame; @end NS_ASSUME_NONNULL_END