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