YOUPAIHRGuildCenterDetailHeaderView.h 510 B

123456789101112131415161718
  1. //
  2. // YOUPAIHRGuildCenterDetailHeaderView.h
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/11/4.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAIHRGuildCenterDetailModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAIHRGuildCenterDetailHeaderView : UIView
  12. @property(nonatomic,assign)NSInteger youpaipguild;//0:未加入公会;1:已加入公会;2:已加入公会会长
  13. -(void)youpaifreloadHeaderViewWith:(YOUPAIHRGuildCenterDetailModel*)model;
  14. @end
  15. NS_ASSUME_NONNULL_END