namespace CoreLocation
{
[Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Register("CLCircularRegion", true)]
public class CLCircularRegion : CLRegion
{
[BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[DesignatedInitializer]
[EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[Export("initWithCoder:")]
public CLCircularRegion(NSCoder! coder);
}
}