// // VideoMemberCollectionViewCell.h // LekangGuard // // Created by ecell on 2023/1/13. // #import NS_ASSUME_NONNULL_BEGIN @interface VideoMemberCollectionViewCell : UICollectionViewCell @property (nonatomic ,strong) MemberModel *model; @end NS_ASSUME_NONNULL_END