1234567891011121314151617 |
- //
- // RDSHomeSceneCell.h
- // Temperature
- //
- // Created by RD on 2022/10/25.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RDSHomeSceneCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UILabel *nameLab;
- @end
- NS_ASSUME_NONNULL_END
|