Convert UIxComponentEditor to a SOGoDirectAction

Cleaning up unused templates.
This commit is contained in:
Francis Lachapelle
2018-05-18 12:10:10 -04:00
parent a0582c7e1e
commit 03b36e0bcd
8 changed files with 39 additions and 627 deletions
+2 -2
View File
@@ -21,13 +21,13 @@
#ifndef UIXCOMPONENTEDITOR_H
#define UIXCOMPONENTEDITOR_H
#import <SOGoUI/UIxComponent.h>
#import <SOGoUI/SOGoDirectAction.h>
@class NSDictionary;
@class iCalRepeatableEntityObject;
@interface UIxComponentEditor : UIxComponent
@interface UIxComponentEditor : SOGoDirectAction
{
iCalRepeatableEntityObject *component;
SOGoAppointmentFolder *componentCalendar;