mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 20:35:24 +00:00
Monotone-Parent: c37d20558aab1e595ecc94449329012e816a91e0
Monotone-Revision: 8fda9dc133b4eae440b311a371fc6bfced15fb8e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-02T21:49:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
// $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__ */
|
||||
Reference in New Issue
Block a user