12345678910111213141516171819202122 |
- //
- // ASUserCenterTableHeadView.h
- // Asteria
- //
- // Created by iOS on 2023/5/16.
- //
- #import <UIKit/UIKit.h>
- #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
|