diff options
Diffstat (limited to 'platform/ios/Classes/MuAnnotation.h')
-rw-r--r-- | platform/ios/Classes/MuAnnotation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/Classes/MuAnnotation.h b/platform/ios/Classes/MuAnnotation.h index 32192dc4..a113b93f 100644 --- a/platform/ios/Classes/MuAnnotation.h +++ b/platform/ios/Classes/MuAnnotation.h @@ -3,8 +3,8 @@ #import <Foundation/Foundation.h> @interface MuAnnotation : NSObject --(id) initFromAnnot:(fz_annot *)annot forPage:(fz_page *)page; +-(id) initFromAnnot:(fz_annot *)annot; @property(readonly) int type; @property(readonly) CGRect rect; -+(MuAnnotation *) annotFromAnnot:(fz_annot *)annot forPage:(fz_page *)page; ++(MuAnnotation *) annotFromAnnot:(fz_annot *)annot; @end |