// // ChatSearchFindbyPhotoCell.h // smartRhino // // Created by armin on 2019/11/8. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ChatSearchFindbyPhotoCell : UICollectionViewCell @property (strong,nonatomic) IBOutlet UIImageView *cell0ShowImgView; @property (strong,nonatomic) IBOutlet UIImageView *cell0ShowPlayImgView; @end NS_ASSUME_NONNULL_END