// // MineCommonUsedView.h // // // Created by David on 2024/6/21. // #import NS_ASSUME_NONNULL_BEGIN @interface MineCommonUsedView : UIView @property (nonatomic,copy) void (^didClickButtonFun)(NSInteger tag); @end NS_ASSUME_NONNULL_END