// // YXDeviceListHeaderView.h // Temperature // // Created by z on 2025/1/17. // #import NS_ASSUME_NONNULL_BEGIN @interface YXDeviceListHeaderView : UICollectionReusableView @property (nonatomic, strong) UILabel *titleLabel; @end NS_ASSUME_NONNULL_END