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

20 lines
302 B
Objective-C
Executable File

//
// SPWalletBindBankVC.h
// SweetParty
//
// Created by bj_szd on 2022/6/10.
//
#import "BaseViewController.h"
#import "SPWalletModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPWalletBindBankVC : BaseViewController
@property (nonatomic, strong) SPWalletModel *model;
@end
NS_ASSUME_NONNULL_END