Files
mier_ios/SweetParty/主类/Message/Controller/SPSystemListVC.h
2025-08-11 10:43:19 +08:00

17 lines
224 B
Objective-C
Executable File

//
// SPSystemListVC.h
// SweetParty
//
// Created by bj_szd on 2022/7/4.
//
#import "BaseTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPSystemListVC : BaseTableViewController
@end
NS_ASSUME_NONNULL_END