mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: 8491f20b4bac3508e0839201c1e6756c5df21835
Monotone-Revision: 52de90085e2d18ded0d0c315e7148e1c72feb785 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-17T21:04:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
are VEVENT, VTODO and VJOURNAL.
|
||||
*/
|
||||
|
||||
@class NSMutableArray, NGCalendarDateRange;
|
||||
@class NSCalendarDate, NSMutableArray, NGCalendarDateRange;
|
||||
|
||||
@interface iCalRepeatableEntityObject : iCalEntityObject
|
||||
// {
|
||||
@@ -53,7 +53,7 @@
|
||||
- (NSArray *)exceptionRules;
|
||||
|
||||
- (void)removeAllExceptionDates;
|
||||
- (void)addToExceptionDates:(id)_date;
|
||||
- (void)addToExceptionDates:(NSCalendarDate *)_date;
|
||||
- (BOOL)hasExceptionDates;
|
||||
- (NSArray *)exceptionDates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user