{ Parsed from PDFKit.framework PDFAnnotationLink.h } {$ifdef TYPES} type PDFAnnotationLinkPtr = ^PDFAnnotationLink; {$endif} {$ifdef CLASSES} type PDFAnnotationLink = objcclass external (PDFAnnotation, NSCopyingProtocol) private _pdfPriv2: PDFAnnotationLinkPrivateVars; public function destination: PDFDestination; message 'destination'; procedure setDestination (destination_: PDFDestination); message 'setDestination:'; function URL: NSURL; message 'URL'; procedure setURL (url_: NSURL); message 'setURL:'; procedure setHighlighted (flag: ObjCBOOL); message 'setHighlighted:'; end; {$endif}