diff options
Diffstat (limited to 'macosx/HBPresetCoding.h')
-rw-r--r-- | macosx/HBPresetCoding.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/macosx/HBPresetCoding.h b/macosx/HBPresetCoding.h index f1464c0b2..aca9aac34 100644 --- a/macosx/HBPresetCoding.h +++ b/macosx/HBPresetCoding.h @@ -6,10 +6,12 @@ #import <Foundation/Foundation.h> -@protocol HBPresetCoding <NSObject> +#import "HBPreset.h" +#import "HBMutablePreset.h" -- (void)applyPreset:(NSDictionary *)preset; -- (void)writeToPreset:(NSMutableDictionary *)preset; +@protocol HBPresetCoding <NSObject> +- (void)applyPreset:(HBPreset *)preset; +- (void)writeToPreset:(HBMutablePreset *)preset; @end
\ No newline at end of file |