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