+2005-07-15 Helge Hess <helge.hess@opengroupware.org>
+
+ * UIxAppointmentView.h: fixed a Cocoa warning (v0.9.134)
+
2005-07-14 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.133
#include <SOGoUI/UIxComponent.h>
-@class SOGoDateFormatter, NSCalendarDate;
+@class NSCalendarDate;
+@class SOGoAppointment;
+@class SOGoDateFormatter;
@interface UIxAppointmentView : UIxComponent
{
id item;
}
-- (id)appointment;
+- (SOGoAppointment *)appointment;
/* permissions */
- (BOOL)canAccessApt;
# Version file
-SUBMINOR_VERSION:=133
+SUBMINOR_VERSION:=134
# v0.9.123 requires Appointments v0.9.35
# v0.9.123 requires SOGoUI v0.9.24