mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
Update tracking property name regarding style guide
This commit is contained in:
@@ -12,7 +12,7 @@ typedef NS_ENUM(NSInteger, OpenVPNReachabilityStatus);
|
||||
|
||||
@interface OpenVPNReachability : NSObject
|
||||
|
||||
@property (readonly, nonatomic) BOOL isTracking;
|
||||
@property (readonly, nonatomic, getter=isTracking) BOOL tracking;
|
||||
@property (readonly, nonatomic) OpenVPNReachabilityStatus reachabilityStatus;
|
||||
|
||||
- (nonnull instancetype)init;
|
||||
|
||||
Reference in New Issue
Block a user