ASUserCenterEnterItemV.h 357 B

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