123456789101112131415161718 |
- //
- // YOUPAIHRGuildCenterDetailHeaderView.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 YOUPAIHRGuildCenterDetailHeaderView : UIView
- @property(nonatomic,assign)NSInteger youpaipguild;//0:未加入公会;1:已加入公会;2:已加入公会会长
- -(void)youpaifreloadHeaderViewWith:(YOUPAIHRGuildCenterDetailModel*)model;
- @end
- NS_ASSUME_NONNULL_END
|