blob: 5a5bffec2072069b2c7567ab152eb24b625db73a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar}
{$packrecords c}
unit DefinedClassesLocalAuthentication;
interface
type
LAContext = objcclass external;
implementation
end.
|