YMBaseTableViewCell.h 315 B

1234567891011121314151617
  1. //
  2. // YMBaseTableViewCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/2/4.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YMReactiveViewProtocol.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YMBaseTableViewCell : UITableViewCell<YMReactiveViewProtocol>
  12. @end
  13. NS_ASSUME_NONNULL_END