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