namespace IdentityLookup
{
[Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.MacCatalyst, 13, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[Register("ILMessageFilterQueryResponse", 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 ILMessageFilterQueryResponse : NSObject, INSCoding, INSSecureCoding, INativeObject, IDisposable
}