Browse Source

PDFTools(iOS) -PDFListView修改代理方法

dinglingui 1 year ago
parent
commit
1723418f01

+ 3 - 3
compdfkit-tools/compdfkit-tools/Common/Views/PDFView/PDFListView/CPDFListView.h

@@ -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;