X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/2decf87be669b9e65e76abff193b2013ee41b86f..5cbc248a68de115c0c10fda4a6896b47478000a8:/ITKeyCombo.h diff --git a/ITKeyCombo.h b/ITKeyCombo.h index 5bda4c5..d5c3d77 100755 --- a/ITKeyCombo.h +++ b/ITKeyCombo.h @@ -1,9 +1,16 @@ -// -// 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 + * Responsibility : Matthew Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + #import @@ -30,8 +37,10 @@ - (BOOL)isClearCombo; - (BOOL)isValidHotKeyCombo; + @end + @interface ITKeyCombo (UserDisplayAdditions) - (NSString*)description;