sogo/UI/Scheduler/UIxCalMonthViewOld.h
Wolfgang Sourdeau 3557c83592 Monotone-Parent: c37d20558aab1e595ecc94449329012e816a91e0
Monotone-Revision: 8fda9dc133b4eae440b311a371fc6bfced15fb8e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-02T21:49:21
Monotone-Branch: ca.inverse.sogo
2006-11-02 21:49:21 +00:00

24 lines
463 B
Objective-C

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