mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Declare properties and methods of reachability class
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// OpenVPNReachability+Internal.h
|
||||
// OpenVPN Adapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 17.07.17.
|
||||
//
|
||||
//
|
||||
|
||||
#import "OpenVPNReachabilityTracker.h"
|
||||
#import "OpenVPNReachability.h"
|
||||
|
||||
@interface OpenVPNReachability (Internal)
|
||||
|
||||
@property OpenVPNReachabilityTracker *reachabilityTracker;
|
||||
|
||||
- (void)updateReachabilityStatus:(OpenVPNReachabilityStatus)status;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user