// // YMMyEarningsInfoView.h // MSYOUPAI // // Created by YoMi on 2024/2/29. // Copyright © 2024 MS. All rights reserved. // #import "YMBaseView.h" NS_ASSUME_NONNULL_BEGIN @interface YMMyEarningsInfoView : YMBaseView /// 收支明细按钮 @property (nonatomic, strong) UIButton *incomeBreakdownBtn; @end NS_ASSUME_NONNULL_END