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 / DefinedClassesAutomator.pas
Size: Mime:
{$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar}
{$packrecords c}

unit DefinedClassesAutomator;
interface

type
  AMAction = objcclass external;
  AMAppleScriptAction = objcclass external;
  AMBundleAction = objcclass external;
  AMShellScriptAction = objcclass external;
  AMWorkflow = objcclass external;
  AMWorkflowController = objcclass external;
  AMWorkflowView = objcclass external;

type
  NSImage = objcclass external;
  NSView = objcclass external;

implementation
end.