mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-21 22:43:15 +08:00
14 lines
228 B
Objective-C
14 lines
228 B
Objective-C
|
|
// Created by Gennadiy Potapov
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <AppKit/NSUserDefaultsController.h>
|
|
|
|
@interface DBUserDefaultsController : NSUserDefaultsController {
|
|
@private
|
|
}
|
|
|
|
- (NSUserDefaults *)defaults;
|
|
|
|
@end
|