|
@@ -13,7 +13,7 @@
|
|
|
#import <UIKit/UIKit.h>
|
|
|
#import <ComPDFKit/CPDFKitPlatform.h>
|
|
|
|
|
|
-@class CPDFView, CPDFDocument, CPDFPage, CPDFSelection, CPDFDestination, CPDFFreeTextAnnotation, CPDFTextWidgetAnnotation;
|
|
|
+@class CPDFView, CPDFDocument, CPDFPage, CPDFSelection, CPDFDestination, CPDFFreeTextAnnotation, CPDFTextWidgetAnnotation,CPDFAnnotation;
|
|
|
|
|
|
typedef NS_OPTIONS(NSInteger, CEditingSelectState) {
|
|
|
CEditingSelectStateEmpty = 0,
|
|
@@ -406,6 +406,8 @@ extern NSNotificationName const CPDFViewPageChangedNotification;
|
|
|
- (void)touchEndedAtPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
|
- (void)touchCancelledAtPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
|
|
|
|
+- (void)longPressAnnotation:(CPDFAnnotation *)annotation atPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
|
+
|
|
|
#pragma mark - Conversion
|
|
|
|
|
|
/**
|