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 / objcrtl / src / objcrtliphoneos.pas
Size: Mime:
{
  objcrtliPhoneOS.pas

  Copyright (C) 2009 Dmitry Boyarintsev

  This unit is implementation for dynamic Objective-C Run-time Library based on run-time version 2.0
  headers included with XCode 3.1.2
  The original copyright note of is kept on each include file
}

unit objcrtliPhoneOS;

{$mode objfpc}{$H+}

interface

uses
  objcrtl, objcrtl20;

implementation

initialization
  InitializeObjcRtl20(DefaultObjCLibName);

end.