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

#import "MuLibraryController.h"

enum
{
	ResourceCacheMaxSize = 128<<20	/**< use at most 128M for resource cache */
};

@interface MuAppDelegate : NSObject <UIApplicationDelegate>
@end