ASPointHeadView.h 341 B

123456789101112131415161718192021
  1. //
  2. // ASPointHeadView.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/19.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ASPointHeadView : UIView
  10. @property (nonatomic, copy) btnClickBlock ruleCallBack;
  11. @property (nonatomic, copy) btnClickBlock detailCallBack;
  12. - (void)setData:(NSString *)num;
  13. @end
  14. NS_ASSUME_NONNULL_END