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

20 lines
317 B
Objective-C

//
// LMBindBankQianyueViewController.h
// SweetParty
//
// Created by Xmac on 2024/9/12.
//
#import "BaseController.h"
#import "SPWalletModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface LMBindBankQianyueViewController : BaseController
@property(nonatomic, strong) SPWalletModel *model;
@end
NS_ASSUME_NONNULL_END