Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar}
{$packrecords c}
unit DefinedClassesSecurityFoundation;
interface
type
SFAuthorization = objcclass external;
implementation
end.