summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuAppDelegate.h
blob: 6131a328a163a683fced52e403aa533f99a20af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  MuAppDelegate.h
//  MuPDF
//
//  Copyright (c) 2013 Artifex Software, Inc. All rights reserved.
//

#import <UIKit/UIKit.h>

#import "MuLibraryController.h"

@interface MuAppDelegate : NSObject <UIApplicationDelegate, UINavigationControllerDelegate>
{
	UIWindow *window;
	UINavigationController *navigator;
	MuLibraryController *library;
}
@end