Skip to content

Commit

Permalink
[src] Hide obsolete API.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jan 3, 2024
1 parent d541383 commit 3cd47df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NetworkExtension/NECompat.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#nullable enable

using System;
using System.ComponentModel;
using System.Threading.Tasks;
using Foundation;
using ObjCRuntime;
Expand Down Expand Up @@ -57,6 +58,7 @@ public partial class NWTcpConnectionAuthenticationDelegate : NSObject {

[Obsolete (Constants.ApiRemovedGeneral)]
[Register ("NEFailureHandlerProvider", SkipRegistration = true)]
[EditorBrowsable (EditorBrowsableState.Never)]
public class NEFailureHandlerProvider : NEProvider {
public override NativeHandle ClassHandle => throw new PlatformNotSupportedException (Constants.ApiRemovedGeneral);

Expand Down

0 comments on commit 3cd47df

Please sign in to comment.