Add isTracking property

This commit is contained in:
Sergey Abramchuk
2017-07-18 18:09:58 +03:00
parent bcfd4ef1d9
commit cfa7ec3666
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@
@interface OpenVPNReachability : NSObject
@property (readonly, nonatomic) BOOL isTracking;
@property (readonly, nonatomic) OpenVPNReachabilityStatus reachabilityStatus;
@property (copy, nonatomic) void (^ _Nullable reachabilityStatusChangedBlock)(OpenVPNReachabilityStatus reachabilityStatus);