|
@@ -57,11 +57,11 @@ extern NSNotificationName const CPDFListViewActiveAnnotationsChangeNotification;
|
|
|
|
|
|
- (NSArray<UIMenuItem *> *)PDFListView:(CPDFListView *)pdfListView customizeMenuForPage:(CPDFPage *)page forPagePoint:(CGPoint)pagePoint;
|
|
|
|
|
|
-- (void)PDFViewPerformOpenNote:(CPDFListView *)pdfView forAnnotation:(CPDFAnnotation *)annotation;
|
|
|
+- (void)PDFListViewPerformOpenNote:(CPDFListView *)pdfListView forAnnotation:(CPDFAnnotation *)annotation;
|
|
|
|
|
|
-- (void)PDFViewPerformTouchEnded:(CPDFListView *)pdfView;
|
|
|
+- (void)PDFListViewPerformTouchEnded:(CPDFListView *)pdfListView;
|
|
|
|
|
|
-- (void)PDFViewCustomMenuClick:(CPDFListView *)pdfView identifier:(NSString *)menuIdentifier;
|
|
|
+- (void)PDFListViewCustomMenuClick:(CPDFListView *)pdfListView identifier:(NSString *)menuIdentifier;
|
|
|
|
|
|
- (void)PDFListViewChangedToolMode:(CPDFListView *)pdfListView forToolMode:(CToolModel)toolMode;
|
|
|
|