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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/ios/Classes/MuOutlineController.h b/platform/ios/Classes/MuOutlineController.h
index 3af69848..df717e79 100644
--- a/platform/ios/Classes/MuOutlineController.h
+++ b/platform/ios/Classes/MuOutlineController.h
@@ -7,9 +7,11 @@
#import <UIKit/UIKit.h>
+@class MuDocumentController;
+
@interface MuOutlineController : UITableViewController
{
- id target;
+ MuDocumentController *target;
NSMutableArray *titles;
NSMutableArray *pages;
}