From a3e3d7ac684da928fa611b9a241d9c959bcc0999 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 9 Feb 2007 21:24:49 +0000 Subject: [PATCH] Monotone-Parent: c28a356e9e971a4989f5dd9dbd63e169e25812d8 Monotone-Revision: 03b5f89ba5ae15b3382145ccef99ae24cf4f51ee Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-09T21:24:49 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/SOGoContactFolders.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/Contacts/SOGoContactFolders.h b/SoObjects/Contacts/SOGoContactFolders.h index f75db750d..0272f3bbb 100644 --- a/SoObjects/Contacts/SOGoContactFolders.h +++ b/SoObjects/Contacts/SOGoContactFolders.h @@ -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 */