1234567891011121314151617181920212223 |
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ChatSearchFindbyPhotoCell : UICollectionViewCell
- @property (strong,nonatomic) IBOutlet UIImageView *cell0ShowImgView;
- @property (strong,nonatomic) IBOutlet UIImageView *cell0ShowPlayImgView;
- @end
- NS_ASSUME_NONNULL_END
|