Monotone-Parent: 0be38e52c20f800a65befd7b4eeca913e9d0d505

Monotone-Revision: 162bfb7c82059f4e5043c0b54c30bbbb18428879

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-08T16:59:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-08 16:59:33 +00:00
parent 2f26b074aa
commit d251de7fb2

View File

@@ -21,12 +21,10 @@
// $Id: UIxCalMonthOverview.h 181 2004-08-11 15:13:25Z helge $
#include "UIxCalMonthView.h"
#import "UIxCalMonthView.h"
@class NSCalendarDate, NSString, NSDictionary, NSArray;
@interface UIxCalMonthOverview : UIxCalMonthView
{
int dayIndex;
@@ -49,18 +47,13 @@
- (NSString *)localizedDayOfWeekName;
- (NSDictionary *)currentWeekQueryParameters;
/* style sheet */
- (NSString *)weekStyle;
- (NSString *)contentStyle;
/* appointments */
- (NSArray *)appointments;
@end