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

This commit is contained in:
Patrice Levesque
2016-02-17 11:19:16 -05:00
parent c1095a5ea9
commit f55391b7d0

View File

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