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
+2
View File
@@ -26,4 +26,6 @@
@property (nullable, readonly, nonatomic) NSString *clientIP;
@property (nullable, readonly, nonatomic) NSString *tunName;
- (nonnull instancetype) __unavailable init;
@end