17 lines
224 B
C
17 lines
224 B
C
|
|
//
|
||
|
|
// 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
|