namespace ClassKit
{
[Introduced(ObjCRuntime.PlatformName.MacCatalyst, 14, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[Introduced(ObjCRuntime.PlatformName.MacOSX, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.iOS, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[Protocol(Name = "CLSContextProvider", WrapperType = typeof(CLSContextProviderWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UpdateDescendants", ParameterBlockProxy = {null, typeof(ObjCRuntime.Trampolines.NIDActionArity1V11)}, ParameterByRef = {false, false}, ParameterType = {typeof(ClassKit.CLSContext), typeof(System.Action<Foundation.NSError>)}, Selector = "updateDescendantsOfContext:completion:")]
[Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICLSContextProvider : INativeObject, IDisposable
}