Files
yuyin_ios/SweetParty/主类/Mine/Controller/SPMineQianyueListVC.h
2025-08-08 11:05:33 +08:00

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