namespace IdentityLookup
{
[Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.MacCatalyst, 13, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[Register("ILMessageClassificationRequest", true)]
[Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public class ILMessageClassificationRequest : ILClassificationRequest, INSCoding, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[DesignatedInitializer]
[EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[Export("initWithCoder:")]
public ILMessageClassificationRequest(NSCoder! coder);
}
}