hanahaki/hanahakiprefs/HANARootListController.h

10 lines
175 B
C
Raw Permalink Normal View History

2019-11-25 14:53:53 +00:00
#import <Preferences/PSListController.h>
#import <Preferences/PSSpecifier.h>
#include <spawn.h>
@interface HANARootListController : PSListController
- (void)respring;
@end