| 123456789101112131415161718 |
- //
- // videoItemsNavCell.h
- // AICity
- //
- // Created by 张国栋 on 2025/10/21.
- // Copyright © 2025 wei.z. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface videoItemsNavCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UILabel *labelT;
- @end
- NS_ASSUME_NONNULL_END
|