ASUserCenterTopView.h 275 B

1234567891011121314151617181920
  1. //
  2. // ASUserCenterTopView.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/5/15.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ASUserCenterTopView : UIView
  10. @property (nonatomic, copy) btnClickBlock settingBlock;
  11. - (void)setData;
  12. @end
  13. NS_ASSUME_NONNULL_END