20 lines
317 B
Objective-C
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
|