// // AddVideoMomberCell.h // watch // // Created by Apple on 2019/1/25. // Copyright © 2019年 xTT. All rights reserved. // #import "TableCell.h" #import "VideoUserModel.h" NS_ASSUME_NONNULL_BEGIN @interface AddVideoMomberCell : baseCell @property (weak, nonatomic) IBOutlet UIImageView *selectImageView; @property (weak, nonatomic) IBOutlet UIImageView *memberHeadView; @property (weak, nonatomic) IBOutlet UILabel *relationshipNameLabel; -(void)setModel:(VideoUserModel*)model; @end NS_ASSUME_NONNULL_END