9 lines
175 B
Objective-C
9 lines
175 B
Objective-C
#import <Preferences/PSListController.h>
|
|
#import <Preferences/PSSpecifier.h>
|
|
#include <spawn.h>
|
|
|
|
@interface HANARootListController : PSListController
|
|
|
|
- (void)respring;
|
|
|
|
@end
|