12345678910111213141516171819 |
- //
- // ASUserCenterEnterItemV.h
- // Asteria
- //
- // Created by iOS on 2023/5/16.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ASUserCenterEnterItemV : UIView
- /// -2编辑头像 -1设置 0 优惠券 1礼品卡 2积分 3vip 4联系 5消息
- @property (nonatomic, copy) void(^itemTapCallBack)(NSInteger tag);
- @end
- NS_ASSUME_NONNULL_END
|