// // AlertMyCartDeleteV.h // westkissMob // // Created by 王猛 on 2022/10/19. // #import "TT_BaseV.h" NS_ASSUME_NONNULL_BEGIN typedef void (^AlertNoAction)(void); typedef void (^AlertYesAction)(void); typedef void (^AlertCloseSuccess)(void); @interface AlertMyCartDeleteV : TT_BaseV - (instancetype)initWithAlertVtitle:(NSMutableAttributedString *)titile; - (instancetype)initWithYesBtnAlertVtitle:(NSString *)titile yesTitle:(NSString *)btnTitle; - (instancetype)initWithPaytypeAlertV:(UIImage *)payImg closeBtnImg:(UIImage *)closeImg; -(void)alertv_show; @end NS_ASSUME_NONNULL_END