]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/UI/Scheduler/UIxAppointmentView.h
general enhancements
[scalable-opengroupware.org] / SOGo / UI / Scheduler / UIxAppointmentView.h
index 02f1b0c39aa401941455a3222c41cccda23e9246..c068b5b769dc7e5c674d36e5df9a25138242c972 100644 (file)
@@ -5,11 +5,14 @@
 
 #include <SOGoUI/UIxComponent.h>
 
+@class SOGoDateFormatter;
+
 @interface UIxAppointmentView : UIxComponent
 {
   NSString *tabSelection;
   id appointment;
   id attendee;
+  SOGoDateFormatter *dateFormatter;
 }
 
 - (id)appointment;