From 52c7329f2a74ad457898afebe21b1f02e35d0d0f Mon Sep 17 00:00:00 2001 From: Greg Soltis Date: Mon, 18 Dec 2017 18:50:08 -0800 Subject: Expose network management (#566) * Expose network management in public API * Clean up a few more references to the internal access of network management * Move test * Update comments * Swap _Nullable for nullable * Fix comment * Add tests, including swift * Styling --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 93e3974..61fc41b 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ Podfile.lock # CMake .downloads +.idea/ -- cgit v1.2.3