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

@class MuDocumentController;

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