blob: b10cc442141f2d0c6c236063b096c7b490c8258c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{ Parsed from PDFKit.framework PDFAnnotationSquare.h }
{$ifdef TYPES}
type
PDFAnnotationSquarePtr = ^PDFAnnotationSquare;
{$endif}
{$ifdef CLASSES}
type
PDFAnnotationSquare = objcclass external (PDFAnnotation, NSCopyingProtocol, NSCodingProtocol)
private
_pdfPriv2: PDFAnnotationSquarePrivateVars;
public
function interiorColor: NSColor; message 'interiorColor';
procedure setInteriorColor (color_: NSColor); message 'setInteriorColor:';
end;
{$endif}
|