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