summaryrefslogtreecommitdiff
path: root/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/shared/ios_sharedlo/objective_c/MLOInvoker.h')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/MLOInvoker.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h b/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h
deleted file mode 100644
index 6216b55bf599..000000000000
--- a/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// This file is part of the LibreOffice project.
-//
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-//
-// MLOInvoker.h
-// CloudOn_LO_PoC
-//
-
-#import <Foundation/Foundation.h>
-
-@protocol MLOInvoker <NSObject>
-
--(void)willShowLibreOffice;
--(void)didShowLibreOffice;
-
--(void)willHideLibreOffice;
--(void)didHideLibreOffice;
-
--(CGRect) bounds;
-
-@end