// // InviterTableViewCell.h // Lighting // // Created by 曹云霄 on 2017/7/25. // Copyright © 2017年 上海勾芒科技有限公司. All rights reserved. // #import #import "CustomVDesignerEntity.h" @interface InviterTableViewCell : UITableViewCell /** 邀请人名称 */ @property (weak, nonatomic) IBOutlet UILabel *inviterNameLabel; /** 手机号码 */ @property (weak, nonatomic) IBOutlet UILabel *inviterMobileLabel; /** 邀请人 */ @property (nonatomic,strong) CustomVDesignerEntity *entity; @end