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