| 1234567891011121314151617 |
- //
- // emptyTCell.h
- // AICity
- //
- // Created by 张国栋 on 2025/10/22.
- // Copyright © 2025 wei.z. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface emptyTCell : UITableViewCell
- @end
- NS_ASSUME_NONNULL_END
|