summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuOutlineController.h
blob: 4065645e31d854dcc2d37ec46afeecde4c91837a (plain)
1
2
3
4
5
6
7
#import <UIKit/UIKit.h>

@class MuDocumentController;

@interface MuOutlineController : UITableViewController
- (instancetype) initWithTarget: (id)aTarget titles: (NSMutableArray*)aTitles pages: (NSMutableArray*)aPages;
@end