// // YMGuestUnlockPopupView.h // MSYOUPAI // // Created by YoMi on 2024/3/2. // Copyright © 2024 MS. All rights reserved. // #import "YMBaseView.h" NS_ASSUME_NONNULL_BEGIN typedef void(^GuestUnlockButtonBlock)(BOOL isUnlock); @interface YMGuestUnlockPopupView : YMBaseView @property (nonatomic, copy) GuestUnlockButtonBlock buttonBlock; @end NS_ASSUME_NONNULL_END