namespace CoreWlan
{
[Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
[Obsoleted(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[Register("CW8021XProfile", true)]
public class CW8021XProfile : NSObject, INSCoding, INSCopying, INativeObject, IDisposable
{
[BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[Export("encodeWithCoder:")]
public void EncodeTo(NSCoder! encoder);
}
}