Monotone-Parent: 3a6e0507a35f90e7be4467763bd26ef4fb15cf80

Monotone-Revision: 5b4e61e92b3d68b92ea25f1513eb120e502250a1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-20T15:42:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-07-20 15:42:52 +00:00
parent 3b745879eb
commit 965cd9379e
10 changed files with 980 additions and 503 deletions
+9 -1
View File
@@ -25,7 +25,15 @@
#import "MAPIStoreAttachment.h"
@interface MAPIStoreCalendarAttachment : MAPIStoreAttachment
@class iCalEvent;
@interface MAPIStoreCalendarAttachment : MAPIStoreAttachment
{
iCalEvent *event;
}
- (void) setEvent: (iCalEvent *) newEvent;
- (iCalEvent *) event;
@end