// // YMBaseTableHeaderFooterView.h // MSYOUPAI // // Created by YoMi on 2024/2/4. // Copyright © 2024 MS. All rights reserved. // #import #import "YMReactiveViewProtocol.h" NS_ASSUME_NONNULL_BEGIN @interface YMBaseTableHeaderFooterView : UITableViewHeaderFooterView @end NS_ASSUME_NONNULL_END