// // YOUPAIHRGuildCenterDetailCell.h // VQU // // Created by xiaohaoran on 2021/11/4. // Copyright © 2021 MS. All rights reserved. // #import #import "YOUPAIHRGuildCenterDetailModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIHRGuildCenterDetailCell : UITableViewCell @property(nonatomic,strong)GuildMemberList *youpaipmodel; @end NS_ASSUME_NONNULL_END