summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuLibraryController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuLibraryController.h')
-rw-r--r--platform/ios/Classes/MuLibraryController.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/platform/ios/Classes/MuLibraryController.h b/platform/ios/Classes/MuLibraryController.h
deleted file mode 100644
index b56a3d5b..00000000
--- a/platform/ios/Classes/MuLibraryController.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#import <UIKit/UIKit.h>
-
-#undef ABS
-#undef MIN
-#undef MAX
-
-#include "mupdf/fitz.h"
-
-#import "MuDocRef.h"
-
-@interface MuLibraryController : UITableViewController <UIActionSheetDelegate>
-- (void) openDocument: (NSString*)filename;
-- (void) askForPassword: (NSString*)prompt;
-- (void) onPasswordOkay;
-- (void) onPasswordCancel;
-- (void) reload;
-@end