13 lines
162 B
Mathematica
13 lines
162 B
Mathematica
|
|
//
|
||
|
|
// SPWalletRecordModel.m
|
||
|
|
// SweetParty
|
||
|
|
//
|
||
|
|
// Created by bj_szd on 2022/6/11.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "SPWalletRecordModel.h"
|
||
|
|
|
||
|
|
@implementation SPWalletRecordModel
|
||
|
|
|
||
|
|
@end
|