summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuAppDelegate.h
blob: a20233dba9e5c271e58eaaffb260571bcbe198e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <UIKit/UIKit.h>

#import "MuLibraryController.h"

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