Cog/Preferences/General/HotKeyPane.h

18 lines
243 B
C
Raw Normal View History

2006-09-04 14:06:23 -04:00
//
// HotKeyPane.h
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
2006-09-04 14:06:23 -04:00
//
#import <Cocoa/Cocoa.h>
#import "PreferencePane.h"
@interface HotKeyPane : PreferencePane {
}
@end