Files
yuyin_ios/SweetParty/主类/Mine/Wallet/SPWalletPsdAlert.h
2025-08-08 11:05:33 +08:00

23 lines
449 B
Objective-C
Executable File

//
// SPWalletPsdAlert.h
// SweetParty
//
// Created by bj_szd on 2022/6/10.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SPWalletPsdAlert : UIView
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
@property (weak, nonatomic) IBOutlet UITextField *passwordTF;
@property (weak, nonatomic) IBOutlet UIButton *confirmBtn;
@property (nonatomic, copy)void(^onConfirmBlock)(NSString *str);
@end
NS_ASSUME_NONNULL_END