| 123456789101112131415161718192021 | 
							- //
 
- //  ASPointHeadView.h
 
- //  Asteria
 
- //
 
- //  Created by iOS on 2023/6/19.
 
- //
 
- #import <UIKit/UIKit.h>
 
- NS_ASSUME_NONNULL_BEGIN
 
- @interface ASPointHeadView : UIView
 
- @property (nonatomic, copy) btnClickBlock ruleCallBack;
 
- @property (nonatomic, copy) btnClickBlock detailCallBack;
 
- - (void)setData:(NSString *)num;
 
- @end
 
- NS_ASSUME_NONNULL_END
 
 
  |