summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuOutlineController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuOutlineController.h')
-rw-r--r--platform/ios/Classes/MuOutlineController.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/ios/Classes/MuOutlineController.h b/platform/ios/Classes/MuOutlineController.h
deleted file mode 100644
index 4065645e..00000000
--- a/platform/ios/Classes/MuOutlineController.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#import <UIKit/UIKit.h>
-
-@class MuDocumentController;
-
-@interface MuOutlineController : UITableViewController
-- (instancetype) initWithTarget: (id)aTarget titles: (NSMutableArray*)aTitles pages: (NSMutableArray*)aPages;
-@end