// // topicVideoCell.h // YBVideo // // Created by IOS1 on 2019/7/4. // Copyright © 2019 cat. All rights reserved. // #import #import "NearbyVideoModel.h" NS_ASSUME_NONNULL_BEGIN @interface topicVideoCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *thumbImgV; @property (nonatomic,strong) NearbyVideoModel *model; @end NS_ASSUME_NONNULL_END