-//
-// ITKeyCombo.h
-//
-// Created by Quentin Carnicelli on Sat Aug 02 2003.
-// Copyright (c) 2003 iThink Software. All rights reserved.
-//
+/*
+ * ITKit
+ * ITKeyCombo
+ *
+ * Original Author : Quentin Carnicelli <...>
+ * Responsibility : Kent Sutherland <kent.sutherland@ithinksw.com>
+ * Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *
+ * Copyright (c) 2002 - 2003 iThink Software.
+ * All Rights Reserved
+ *
+ */
+
#import <Foundation/Foundation.h>
- (BOOL)isClearCombo;
- (BOOL)isValidHotKeyCombo;
+
@end
+
@interface ITKeyCombo (UserDisplayAdditions)
- (NSString*)description;