23 lines
290 B
Objective-C
Executable File
23 lines
290 B
Objective-C
Executable File
//
|
|
// SPWalletRechargeCell.m
|
|
// SweetParty
|
|
//
|
|
// Created by bj_szd on 2022/6/11.
|
|
//
|
|
|
|
#import "SPWalletRechargeCell.h"
|
|
|
|
@implementation SPWalletRechargeCell
|
|
|
|
- (void)awakeFromNib {
|
|
[super awakeFromNib];
|
|
// Initialization code
|
|
}
|
|
|
|
@end
|
|
|
|
|
|
@implementation SPWalletRechargeModel
|
|
|
|
@end
|