namespace AVKit
{
[Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 15, ObjCRuntime.PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("Xamarin_Mac__AVKit_AVPlayerViewPictureInPictureDelegate", false)]
[Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public class AVPlayerViewPictureInPictureDelegate : NSObject, IAVPlayerViewPictureInPictureDelegate, INativeObject, IDisposable
}