Update tracking property name regarding style guide

This commit is contained in:
Sergey Abramchuk
2018-01-23 16:11:30 +03:00
parent 9c6e1fed2a
commit c682c2a325

View File

@@ -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;