{$mode delphi} {$modeswitch objectivec1} {$modeswitch cvar} {$packrecords c} {$IFNDEF FPC_DOTTEDUNITS} unit DefinedClassesSecurityFoundation; {$ENDIF FPC_DOTTEDUNITS} interface type SFAuthorization = objcclass external; implementation end.