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 */