17 lines
224 B
Objective-C
Executable File
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
|