mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +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:
@@ -1,25 +0,0 @@
|
||||
// $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__ */
|
||||
Reference in New Issue
Block a user