2006-09-10 21:53:38 +00:00
|
|
|
//
|
|
|
|
// HotKeyControl.h
|
|
|
|
// General
|
|
|
|
//
|
|
|
|
// Created by Zaphod Beeblebrox on 9/4/06.
|
|
|
|
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
2013-10-11 16:37:45 +00:00
|
|
|
#import <NDHotKey/NDHotKeyControl.h>
|
2006-09-10 21:53:38 +00:00
|
|
|
|
|
|
|
@interface HotKeyControl : NDHotKeyControl {
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|