// // ASUserCenterTableHeadView.h // Asteria // // Created by iOS on 2023/5/16. // #import #import "ASUserCenterTopView.h" #import "ASSginView.h" #import "ASUserCenterEnterItemV.h" NS_ASSUME_NONNULL_BEGIN @interface ASUserCenterTableHeadView : UIView @property (nonatomic, strong) ASUserCenterEnterItemV *itemsV; @property (nonatomic, strong) ASUserCenterTopView *topV; @property (nonatomic, strong) ASSginView *signV; @end NS_ASSUME_NONNULL_END