Monotone-Parent: 527b8fb043af42d5bcd6913397ab32e1bc42a27a

Monotone-Revision: ccfa7fe7bfe69f390c767dfec7587ed458a13dfa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-16T18:49:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-16 18:49:25 +00:00
parent 56696d680a
commit 6f3742b3fa
4 changed files with 119 additions and 13 deletions

View File

@@ -25,10 +25,16 @@
#import <SOGoUI/UIxComponent.h>
@class NSMutableArray;
@class NSMutableDictionary;
@class iCalPerson;
@interface UIxCalCalendarsListView : UIxComponent
{
NSMutableArray *checkedContacts;
NSMutableArray *contacts;
NSMutableDictionary *colors;
iCalPerson *currentContactPerson;
}
@end