gecko-dev/rdf/tests/domds/nsIDOMViewerElement.idl
alecf%netscape.com 9253dd3ab3 land new DOMViewer branch
no reviewer, not part of product, just a test
1999-10-19 02:46:45 +00:00

14 lines
228 B
Plaintext

#include "nsISupports.idl"
#include "domstubs.idl"
%{C++
#include "nsIDOMNode.h"
%}
[scriptable, uuid(2842a0ba-4bd8-11d3-ac84-00a0c900d445)]
interface nsIDOMViewerElement : nsISupports {
attribute nsISupports object;
};