// // YMMineCommonFunctionsTwoView.h // MSYOUPAI // // Created by YoMi on 2024/2/15. // Copyright © 2024 MS. All rights reserved. // #import "YMBaseView.h" #import "YMBaseTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface YMMineCommonFunctionsTwoView : YMBaseView @end typedef void(^CommonFunctionsBlock)(YMCommonFunctionsType functionsType); @interface YMCommonFunctionsListCell : YMBaseTableViewCell /// 功能图标 @property (nonatomic, strong) UIView *bgv; @property (nonatomic, copy) CommonFunctionsBlock callBlock; @end NS_ASSUME_NONNULL_END