// // SearchCell.h // smartRhino // // Created by niuzhen on 2020/1/2. // Copyright © 2020 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface SearchCell : UICollectionViewCell @property (nonatomic, strong) UILabel * titleL; @end NS_ASSUME_NONNULL_END