X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/430067cd700cbf659658076196d862c777642ee3..35167b10d151b0ae09f0f807670c318bc4d3de53:/ITTabView.h diff --git a/ITTabView.h b/ITTabView.h index 1c109c8..5b4795a 100755 --- a/ITTabView.h +++ b/ITTabView.h @@ -7,7 +7,7 @@ * Responsibility : Matt Judy * Responsibility : Kent Sutherland * - * Copyright (c) 2002 iThink Software. + * Copyright (c) 2002 - 2003 iThink Software. * All Rights Reserved * */ @@ -16,8 +16,10 @@ * This subclass enables drag-and-drop for tab view items. */ + #import + @interface ITTabView : NSTabView { NSTabViewItem *_draggedTab; @@ -29,4 +31,5 @@ - (void)moveTab:(NSTabViewItem *)tab toIndex:(int)index; + @end