Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / foundation / NSProtocolChecker.inc
Size: Mime:
{ 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}