cog/Preferences/Preferences/HotKeyControl.h

16 lines
260 B
C
Raw Normal View History

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>
#import <NDHotKey/NDHotKeyControl.h>
2006-09-10 21:53:38 +00:00
@interface HotKeyControl : NDHotKeyControl {
}
@end