Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from Foundation.framework NSProtocolChecker.h }
{$ifdef TYPES}
type
NSProtocolCheckerPtr = ^NSProtocolChecker;
{$endif}
{$ifdef CLASSES}
type
NSProtocolChecker = objcclass external (NSProxy)
public
function protocol: Protocol; message 'protocol';
function target: NSObject; message 'target';
end;
type
NSProtocolCheckerCreation = objccategory external (NSProtocolChecker)
class function protocolCheckerWithTarget_protocol (anObject: NSObject; aProtocol: Protocol): instancetype; message 'protocolCheckerWithTarget:protocol:';
function initWithTarget_protocol (anObject: NSObject; aProtocol: Protocol): instancetype; message 'initWithTarget:protocol:';
end;
{$endif}