Redefine networkSettings as method instead of property

This commit is contained in:
Sergey Abramchuk 2018-01-17 14:00:13 +03:00
parent c47c5a9c3d
commit c53f9e0d2f

View File

@ -45,7 +45,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic) BOOL httpsProxyServerEnabled;
@property (nonatomic, copy, nullable) NEProxyServer *httpsProxyServer;
@property (nonatomic, readonly, nullable) NEPacketTunnelNetworkSettings *networkSettings;
- (nullable NEPacketTunnelNetworkSettings *)networkSettings;
@end