17 lines
219 B
Objective-C
Executable File
17 lines
219 B
Objective-C
Executable File
//
|
|
// SPWalletTixianVC.h
|
|
// SweetParty
|
|
//
|
|
// Created by bj_szd on 2022/6/10.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SPWalletTixianVC : BaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|