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.0.0 / packages / cocoaint / src / appkit / NSNibLoading.inc
Size: Mime:
{ Parsed from Appkit.framework NSNibLoading.h }

{$ifdef TYPES}
{$ifndef NSNIBLOADING_PAS_T}
{$define NSNIBLOADING_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef NSNIBLOADING_PAS_R}
{$define NSNIBLOADING_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef NSNIBLOADING_PAS_F}
{$define NSNIBLOADING_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef NSNIBLOADING_PAS_S}
{$define NSNIBLOADING_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}

{$endif}

{$ifdef CLASSES}
{$ifndef NSNIBLOADING_PAS_C}
{$define NSNIBLOADING_PAS_C}

{ NSNibLoadingCategory }
  NSNibLoadingCategory = objccategory external (NSBundle)
    class function loadNibFile_externalNameTable_withZone(fileName: NSString; context: NSDictionary; zone_: NSZonePtr): Boolean; message 'loadNibFile:externalNameTable:withZone:';
    class function loadNibNamed_owner(nibName: NSString; owner: id): Boolean; message 'loadNibNamed:owner:';
  end;

{ NSNibAwakingCategory }
  NSNibAwakingCategory = objccategory external (NSObject)
    procedure awakeFromNib; message 'awakeFromNib';
  end;

{$endif}
{$endif}