YMGuildManagementMyEarningsInfoView.h 482 B

123456789101112131415161718192021
  1. //
  2. // YMGuildManagementMyEarningsInfoView.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/3/26.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMGuildManagementMyEarningsInfoView : YMBaseView
  11. @property (nonatomic, strong) UIButton *btnView;
  12. @property (nonatomic, strong) UIButton *timeBtn1;
  13. @property (nonatomic, strong) UIButton *timeBtn2;
  14. @property (nonatomic, strong) UIButton *sortBtn;
  15. @end
  16. NS_ASSUME_NONNULL_END