summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreferencesController.h
blob: 050e3caae8159eb5619ee1df1f799d5a163209db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file
 * Interface of class HBPreferencesController.
 */

#import <Cocoa/Cocoa.h>

#import "HBPreferencesKeys.h"

@interface HBPreferencesController : NSWindowController

+ (void)registerUserDefaults;

@end