Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar}
{$packrecords c}
unit DefinedClassesAVKit;
interface
type
AVCaptureView = objcclass external;
AVPlayerView = objcclass external;
AVCaptureViewDelegateProtocol = objcprotocol external name 'AVCaptureViewDelegate';
type
AVCaptureFileOutput = objcclass external;
AVCaptureSession = objcclass external;
AVPlayer = objcclass external;
implementation
end.