Moved PidTagException* properties to the right place

This commit is contained in:
Wolfgang Sourdeau
2012-09-19 12:22:07 -04:00
parent 89a41a9aa9
commit cad770bf76
3 changed files with 98 additions and 54 deletions
+3
View File
@@ -25,11 +25,14 @@
#import "MAPIStoreAttachment.h"
@class NSTimeZone;
@class iCalEvent;
@interface MAPIStoreCalendarAttachment : MAPIStoreAttachment
{
iCalEvent *event;
NSTimeZone *timeZone;
}
- (void) setEvent: (iCalEvent *) newEvent;