// // YMPersonalDynamicCell.h // MSYOUPAI // // Created by YoMi on 2024/3/3. // Copyright © 2024 MS. All rights reserved. // #import "YMBaseTableViewCell.h" NS_ASSUME_NONNULL_BEGIN @interface YMPersonalDynamicCell : YMBaseTableViewCell @property (nonatomic, strong) UIButton *deleteBtn; @end NS_ASSUME_NONNULL_END