OMNI_DECLARE_INTERFACE

Defined in omni/core/OmniAttr.h

OMNI_DECLARE_INTERFACE(iface_)

Used to forward declare an interface.

The given class name must not include namespaces. Rather, this macro must be invoked within the proper namespace.

When defining an interface in a header file, either OMNI_DECLARE_INTERFACE() or OMNI_DEFINE_INTERFACE_API() should be invoked.