ASUserCenterTableHeadView.h 470 B

12345678910111213141516171819202122
  1. //
  2. // ASUserCenterTableHeadView.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/5/16.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "ASUserCenterTopView.h"
  9. #import "ASSginView.h"
  10. #import "ASUserCenterEnterItemV.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface ASUserCenterTableHeadView : UIView
  13. @property (nonatomic, strong) ASUserCenterEnterItemV *itemsV;
  14. @property (nonatomic, strong) ASUserCenterTopView *topV;
  15. @property (nonatomic, strong) ASSginView *signV;
  16. @end
  17. NS_ASSUME_NONNULL_END