/*
- Copyright (C) 2004 SKYRIX Software AG
+ Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id: UIxMailTree.m 278 2004-08-26 23:29:09Z helge $
#import <Foundation/NSObject.h>
@class NSString, NSArray;
+/*
+ UIxMailTreeBlock
+
+ A helper object for UIxMailTree.
+*/
+
@interface UIxMailTreeBlock : NSObject
{
NSString *name;
/*
- Copyright (C) 2004 SKYRIX Software AG
+ Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id: UIxMailTree.m 278 2004-08-26 23:29:09Z helge $
#include "UIxMailTreeBlock.h"
#include "common.h"