sogo/UI/Scheduler/UIxCalMonthView.h
Wolfgang Sourdeau ffa6aa7ecd rollback
Monotone-Parent: 2d120d90819b42e21a50956a14c0c5d130cfdf09
Monotone-Revision: 376221b991f7b0bee18cfede79614398e85e5b99

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-31T18:52:52
Monotone-Branch: ca.inverse.sogo
2006-10-31 18:52:52 +00:00

26 lines
452 B
Objective-C

// $Id: UIxCalMonthView.h 163 2004-08-02 12:59:28Z znek $
#ifndef __SOGo_UIxCalMonthView_H__
#define __SOGo_UIxCalMonthView_H__
#include "UIxCalView.h"
/*
UIxCalMonthView
Abstract superclass for views which display months.
*/
@interface UIxCalMonthView : UIxCalView
{
}
- (NSCalendarDate *)startOfMonth;
- (NSDictionary *)prevMonthQueryParameters;
- (NSDictionary *)nextMonthQueryParameters;
@end
#endif /* __SOGo_UIxCalMonthView_H__ */