1234567891011121314151617 |
- //
- // YMSpoorCell.h
- // MSYOUPAI
- //
- // Created by YoMi on 2024/2/17.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import "YMBaseTableViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YMSpoorCell : YMBaseTableViewCell
- @end
- NS_ASSUME_NONNULL_END
|