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