//
//  HotKeyControl.h
//  General
//
//  Created by Zaphod Beeblebrox on 9/4/06.
//  Copyright 2006 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import <NDHotKey/NDHotKeyControl.h>

@interface HotKeyControl : NDHotKeyControl {
}

@end