Contents
#include <coreview.h> struct IViewOwner { // methods virtual void viewDestroyed(View* view) = 0; };