12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
${license_cpp}
|
|
|
|
|
|
#include "nsISupports.idl"
|
|
|
|
${interface_attribs}
|
|
interface ${interface_name} : nsISupports
|
|
{
|
|
void method ();
|
|
};
|
|
|