YXDeviceListHeaderView.h 278 B

123456789101112131415161718
  1. //
  2. // YXDeviceListHeaderView.h
  3. // Temperature
  4. //
  5. // Created by z on 2025/1/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXDeviceListHeaderView : UICollectionReusableView
  10. @property (nonatomic, strong) UILabel *titleLabel;
  11. @end
  12. NS_ASSUME_NONNULL_END