From 5ff3a45095ae269a8040e0fe912e6193e9118d2a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 11 Apr 2007 19:11:23 +0000 Subject: [PATCH] Monotone-Parent: 5539e3c473023281dd04f7cb8a8fee051ac0735d Monotone-Revision: d690ff1fe2dd685ce9e4e5a8773578c039ec1bf4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-11T19:11:23 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUser.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoUser.h b/SoObjects/SOGo/SOGoUser.h index 7089cb61a..3b87aa849 100644 --- a/SoObjects/SOGo/SOGoUser.h +++ b/SoObjects/SOGo/SOGoUser.h @@ -34,7 +34,12 @@ context.activeUser */ -@class NSString, NSArray, NSDictionary, NSURL, NSUserDefaults; +@class NSString; +@class NSArray; +@class NSDictionary; +@class NSURL; +@class NSUserDefaults; +@class NSTimeZone; @class WOContext; @interface SOGoUser : SoUser