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
@@ -17,4 +17,6 @@
@property (readonly, nonatomic) NSInteger errorsIn;
@property (readonly, nonatomic) NSInteger errorsOut;
- (nonnull instancetype) __unavailable init;
@end