NYChartMatrixViewCell.h 322 B

123456789101112131415161718192021
  1. //
  2. // NYChartMatrixViewCell.h
  3. // NYChartDemo
  4. //
  5. // Created by kgj on 2023/3/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface NYChartMatrixViewCell : UIView
  10. //热力按钮
  11. @property(nonatomic,weak) UIButton *itemButton;
  12. //0-4
  13. @property(nonatomic,assign) NSInteger type;
  14. @end
  15. NS_ASSUME_NONNULL_END