namespace CoreLocation
{
[Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Register("CLVisit", true)]
[Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public class CLVisit : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
protected CLVisit(NSObjectFlag! t);
}
}