| 123456789101112131415161718 |
- //
- // UphotCoinCell.h
- // YBVideo
- //
- // Created by ybRRR on 2023/7/10.
- // Copyright © 2023 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UphotCoinCell : UICollectionViewCell
- @property (strong, nonatomic) IBOutlet UILabel *coinLb;
- @property (strong, nonatomic) NSDictionary *dataDic;
- @end
- NS_ASSUME_NONNULL_END
|