Now, groups can retrieve a list of the contacts in that group. I probably should...
[adiumx.git] / Frameworks / ShortcutRecorder / Palette / SRRecorderPalette.h
blob9f80062268ba1f3774468de0c5a046323e2dc482
1 //
2 // SRRecorderPalette.h
3 // ShortcutRecorder
4 //
5 // Copyright 2006-2007 Contributors. All rights reserved.
6 //
7 // License: BSD
8 //
9 // Contributors:
10 // David Dauer
12 #import <InterfaceBuilder/InterfaceBuilder.h>
13 #import "SRRecorderControl.h"
14 #import "SRRecorderCell.h"
16 @interface SRRecorderPalette : IBPalette
18 IBOutlet SRRecorderControl *shortcutRecorder;
20 @end
22 @interface SRRecorderControl (SRRecorderInspector)
23 - (NSString *)inspectorClassName;
24 @end
26 @interface SRRecorderControl (SRRecorderIBAdditions)
27 @end
29 @interface SRRecorderCell (SRRecorderCellIBAdditions)
30 @end