Exposed [iCalCalendar addToEvents:].

Monotone-Parent: 605af413c10fbef80e5952f773c4450ffface034
Monotone-Revision: d76454ce94cf2e0cbc0503997f50e243467692ba

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-04-19T13:54:14
maint-2.0.2
Francis Lachapelle 2012-04-19 13:54:14 +00:00
parent d2d1c1e104
commit 8802d3e5e9
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,8 @@
- (NSArray *) freeBusys;
- (NSArray *) timezones;
- (void) addToEvents: (iCalEvent *) _event;
- (BOOL) addTimeZone: (iCalTimeZone *) iTZ;
- (iCalTimeZone *) timeZoneWithId: (NSString *) tzId;

View File

@ -32,7 +32,6 @@
#import "iCalCalendar.h"
@interface iCalCalendar (Privates)
- (void) addToEvents: (iCalEvent *) _event;
- (void) addToTimezones: (iCalTimeZone *) _tz;
- (void) addToTodos: (iCalToDo *) _todo;
- (void) addToJournals: (iCalJournal *) _obj;