17 lines
234 B
Objective-C
Executable File
17 lines
234 B
Objective-C
Executable File
//
|
|
// SPMineQianyueListVC.h
|
|
// SweetParty
|
|
//
|
|
// Created by bj_szd on 2022/6/8.
|
|
//
|
|
|
|
#import "BaseTableViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SPMineQianyueListVC : BaseTableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|