]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/UIxCalWeekView.h
some code cleanup
[scalable-opengroupware.org] / SOGo / UI / Scheduler / UIxCalWeekView.h
1 // $Id$
2
3 #ifndef __SOGo_UIxCalWeekView_H__
4 #define __SOGo_UIxCalWeekView_H__
5
6 #include "UIxCalView.h"
7
8 @class NSDictionary;
9
10 @interface UIxCalWeekView : UIxCalView
11 {
12 }
13
14 /* Query Parameters */
15
16 - (NSDictionary *)prevWeekQueryParameters;
17 - (NSDictionary *)nextWeekQueryParameters;
18     
19 @end
20
21 #endif /* __SOGo_UIxCalWeekView_H__ */