Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from WebKit.framework WKFrameInfo.h }
{$ifdef TYPES}
type
WKFrameInfoPtr = ^WKFrameInfo;
{$endif}
{$if defined(WK_API_ENABLED)}
{$ifdef CLASSES}
type
WKFrameInfo = objcclass external (NSObject, NSCopyingProtocol)
public
function isMainFrame: ObjCBOOL; message 'isMainFrame';
function request: NSURLRequest; message 'request';
{ Adopted protocols }
function copyWithZone (zone: NSZonePtr): id; message 'copyWithZone:';
end;
{$endif}
{$endif}