]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/UIxCalMonthView.h
moved SOGo files up
[scalable-opengroupware.org] / UI / Scheduler / UIxCalMonthView.h
1 // $Id$
2
3 #ifndef __SOGo_UIxCalMonthView_H__
4 #define __SOGo_UIxCalMonthView_H__
5
6 #include "UIxCalView.h"
7
8 /*
9   UIxCalMonthView
10   
11   Abstract superclass for views which display months.
12 */
13
14 @interface UIxCalMonthView : UIxCalView
15 {
16 }
17
18 - (NSCalendarDate *)startOfMonth;
19
20 - (NSDictionary *)prevMonthQueryParameters;
21 - (NSDictionary *)nextMonthQueryParameters;
22
23 @end
24
25 #endif /* __SOGo_UIxCalMonthView_H__ */