summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuAnnotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuAnnotation.h')
-rw-r--r--platform/ios/Classes/MuAnnotation.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/platform/ios/Classes/MuAnnotation.h b/platform/ios/Classes/MuAnnotation.h
deleted file mode 100644
index 6f8e9da3..00000000
--- a/platform/ios/Classes/MuAnnotation.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "common.h"
-#include "mupdf/pdf.h"
-#import <Foundation/Foundation.h>
-
-@interface MuAnnotation : NSObject
--(instancetype) initFromAnnot:(fz_annot *)annot;
-@property(readonly) int type;
-@property(readonly) CGRect rect;
-+(MuAnnotation *) annotFromAnnot:(fz_annot *)annot;
-@end