3 #ifndef __SOGo_UIxCalMonthView_H__
4 #define __SOGo_UIxCalMonthView_H__
6 #include "UIxCalView.h"
11 Abstract superclass for views which display months.
14 @interface UIxCalMonthView : UIxCalView
18 - (NSCalendarDate *)startOfMonth;
20 - (NSDictionary *)prevMonthQueryParameters;
21 - (NSDictionary *)nextMonthQueryParameters;
25 #endif /* __SOGo_UIxCalMonthView_H__ */