2007-06-06 17:12:12 +00:00
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Interface of class HBPreferencesController.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2019-07-29 07:34:38 +02:00
|
|
|
#import "HBPreferencesKeys.h"
|
2015-07-22 07:46:07 +00:00
|
|
|
|
2019-07-29 07:34:38 +02:00
|
|
|
@interface HBPreferencesController : NSWindowController
|
2007-06-06 17:12:12 +00:00
|
|
|
|
|
|
|
+ (void)registerUserDefaults;
|
2014-08-24 05:59:00 +00:00
|
|
|
|
2007-06-06 17:12:12 +00:00
|
|
|
@end
|