//
//  shoujianrenResultViewCell.h
//  smartRhino
//
//  Created by taidi on 2020/1/13.
//  Copyright © 2020 tederen. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface shoujianrenResultViewCell : UITableViewCell

- (void)bindData:(id)data WithKeyWord:(NSString *)keyWord;

@end

NS_ASSUME_NONNULL_END