1234567891011121314151617181920 |
- //
- // YOUPAIHRGuildCenterBtn.h
- // VQU
- //
- // Created by xiaohaoran on 2021/11/4.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIHRGuildCenterBtn : UIButton
- @property (nonatomic, weak) UILabel *youpaipcountL;
- @property (nonatomic, weak) UILabel *youpaiptitleL;
- @property (nonatomic, copy) NSString *youpaipcount;
- @property (nonatomic, strong) NSString *youpaiptitleStr;
- @end
- NS_ASSUME_NONNULL_END
|