Monotone-Parent: 8d594092dbc086742c4dda1a3b760c47860db97e

Monotone-Revision: 499f99a4ec1e217106656209b339db3a1b287d74

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-11T21:27:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-11 21:27:14 +00:00
parent 883e607255
commit 416b83cfdf
3 changed files with 87 additions and 95 deletions

View File

@@ -40,9 +40,6 @@
NSString *currentTableHour;
NSMutableArray *daysToDisplay;
NSMutableArray *hoursToDisplay;
NSArray *allAppointments;
NSDictionary *currentAppointment;
NSString *cssClass;
NSString *cssId;
@@ -65,9 +62,6 @@
- (void) setCurrentTableDay: (NSCalendarDate *) aTableDay;
- (NSCalendarDate *) currentTableDay;
- (void) setCurrentAppointment: (NSDictionary *) newCurrentAppointment;
- (NSDictionary *) currentAppointment;
@end
#endif /* UIXCALDAYTABLE_H */