summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/pdfkit/PDFAnnotationStamp.inc
blob: e3970143dae2c0e8c512cab11b6c56574acfad8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ Parsed from PDFKit.framework PDFAnnotationStamp.h }


{$ifdef TYPES}
type
  PDFAnnotationStampPtr = ^PDFAnnotationStamp;
{$endif}

{$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
{$ifdef CLASSES}

type
  PDFAnnotationStamp = objcclass external (PDFAnnotation, NSCopyingProtocol)
  private
    _pdfPriv2: PDFAnnotationStampPrivateVars;
  public
    function name: NSString; message 'name';
    procedure setName (name_: NSString); message 'setName:';
  end;
{$endif}

{$endif}