13.9.0: Move implementation of CppProxyBase to cpp (#1579)
- Bridging headers from linked frameworks are used. It solves problem with some cases, for example when interface inherts (extends) another one in lime.
- Fixes forward declaration in C++ for types when contain nested types and both type and nested type are referred.