Skip to content

Commit

Permalink
Revert "Update data types."
Browse files Browse the repository at this point in the history
This reverts commit 1c2d3c1.
  • Loading branch information
sbruens committed Jul 27, 2023
1 parent 1c2d3c1 commit 9798db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class VpnTunnel {
private final VpnTunnelService vpnService;
private String dnsResolverAddress;
private ParcelFileDescriptor tunFd;
private Tunnel tunnel;
private OutlineTunnel tunnel;

/**
* Constructor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

@interface PacketTunnelProvider ()<Tun2socksTunWriter>
@property (nonatomic) NSString *hostNetworkAddress; // IP address of the host in the active network.
@property id<Tun2socksTunnel> tunnel;
@property id<Tun2socksOutlineTunnel> tunnel;
@property (nonatomic, copy) void (^startCompletion)(NSNumber *);
@property (nonatomic, copy) void (^stopCompletion)(NSNumber *);
@property (nonatomic) DDFileLogger *fileLogger;
Expand Down

0 comments on commit 9798db9

Please sign in to comment.