123456789101112131415161718192021 |
- //
- // YMGuildManagementMyEarningsInfoView.h
- // MSYOUPAI
- //
- // Created by YoMi on 2024/3/26.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import "YMBaseView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YMGuildManagementMyEarningsInfoView : YMBaseView
- @property (nonatomic, strong) UIButton *btnView;
- @property (nonatomic, strong) UIButton *timeBtn1;
- @property (nonatomic, strong) UIButton *timeBtn2;
- @property (nonatomic, strong) UIButton *sortBtn;
- @end
- NS_ASSUME_NONNULL_END
|