ASUserCenterEnterItemV.h 359 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 vip 1优惠券 2积分 3 钱包 4联系 5浏览历史
  11. @property (nonatomic, copy) void(^itemTapCallBack)(NSInteger tag);
  12. @end
  13. NS_ASSUME_NONNULL_END