mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Monotone-Parent: 1b7e32ba68558b623b1ae7c252ace2acac8680fd
Monotone-Revision: a157cdab1102429e9d7b24c14204d15f42e774f5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-01-15T21:45:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -28,23 +28,16 @@
|
||||
@interface UIxRecurrenceEditor : UIxComponent
|
||||
{
|
||||
NSString *item, *repeat;
|
||||
NSCalendarDate *aptStartDate;
|
||||
}
|
||||
|
||||
- (NSArray *) dailyRadioList;
|
||||
|
||||
- (NSArray *) weeklyCheckBoxList;
|
||||
|
||||
- (NSArray *) dayMonthList;
|
||||
- (NSArray *) monthlyRepeatList;
|
||||
- (NSArray *) monthlyDayList;
|
||||
- (NSArray *) monthlyRadioList;
|
||||
|
||||
- (NSArray *) yearlyMonthList;
|
||||
- (NSArray *) yearlyDayList;
|
||||
|
||||
- (NSArray *) rangeRadioList;
|
||||
- (NSArray *) repeatList;
|
||||
- (NSArray *) yearlyRadioList;
|
||||
|
||||
- (void) setItem: (NSString *) theItem;
|
||||
- (NSString *) item;
|
||||
|
||||
Reference in New Issue
Block a user