mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Moved PidTagException* properties to the right place
This commit is contained in:
@@ -25,11 +25,14 @@
|
||||
|
||||
#import "MAPIStoreAttachment.h"
|
||||
|
||||
@class NSTimeZone;
|
||||
|
||||
@class iCalEvent;
|
||||
|
||||
@interface MAPIStoreCalendarAttachment : MAPIStoreAttachment
|
||||
{
|
||||
iCalEvent *event;
|
||||
NSTimeZone *timeZone;
|
||||
}
|
||||
|
||||
- (void) setEvent: (iCalEvent *) newEvent;
|
||||
|
||||
Reference in New Issue
Block a user