Commits


Gil authored and GitHub committed ff8032ada0c
Move the util::objc namespace to just objc (#2865) * Move the util::objc namespace to just objc This removes all the namespace objc = firebase::firestore::util::objc gunk to make it seem as if this was really the arrangement. This is motivated by wanting to put additional things in this namespace and use them in headers without having to use util::objc::Foo * Add CMake support for header-only cc_library targets * Have the linter allow #include <objc/objc.h>, a C header