mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Convert UIxComponentEditor to a SOGoDirectAction
Cleaning up unused templates.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user