Monotone-Parent: c28a356e9e971a4989f5dd9dbd63e169e25812d8

Monotone-Revision: 03b5f89ba5ae15b3382145ccef99ae24cf4f51ee

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-09T21:24:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2007-02-09 21:24:49 +00:00
parent 1229030f6d
commit a3e3d7ac68

View file

@ -27,6 +27,7 @@
@class NSMutableDictionary;
@class NSString;
@class WOResponse;
@interface SOGoContactFolders : SOGoObject
{
@ -40,6 +41,8 @@
- (NSArray *) contactFolders;
- (WOResponse *) newFolderWithName: (NSString *) name;
@end
#endif /* SOGOCONTACTFOLDERS_H */