Disable instantiation of connection info, interface stats and transport stats outside of framework

This commit is contained in:
Sergey Abramchuk
2017-04-26 14:34:36 +03:00
parent 3efb219597
commit c09ab72657
3 changed files with 6 additions and 0 deletions

View File

@@ -26,4 +26,6 @@
@property (nullable, readonly, nonatomic) NSString *clientIP;
@property (nullable, readonly, nonatomic) NSString *tunName;
- (nonnull instancetype) __unavailable init;
@end

View File

@@ -17,4 +17,6 @@
@property (readonly, nonatomic) NSInteger errorsIn;
@property (readonly, nonatomic) NSInteger errorsOut;
- (nonnull instancetype) __unavailable init;
@end

View File

@@ -39,4 +39,6 @@
*/
@property (readonly, nonatomic) NSInteger lastPacketReceived;
- (nonnull instancetype) __unavailable init;
@end