YOUPAIHRGuildCenterBtn.h 470 B

1234567891011121314151617181920
  1. //
  2. // YOUPAIHRGuildCenterBtn.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. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIHRGuildCenterBtn : UIButton
  11. @property (nonatomic, weak) UILabel *youpaipcountL;
  12. @property (nonatomic, weak) UILabel *youpaiptitleL;
  13. @property (nonatomic, copy) NSString *youpaipcount;
  14. @property (nonatomic, strong) NSString *youpaiptitleStr;
  15. @end
  16. NS_ASSUME_NONNULL_END