Add missing header declarations that made the compiler spit out warnings.

pull/201/head
Patrice Levesque 2016-02-17 11:19:16 -05:00
parent c1095a5ea9
commit f55391b7d0
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
}
- (iCalEvent *) authorativeEvent;
- (NSString *) endDate;
- (NSString *) endTime;
- (NSString *) startDate;
- (NSString *) startTime;
- (BOOL) isEndDateOnSameDay;
@end