#include "generated/plop.h"

// 839ca83f-538d-43f6-89dd-fdeccf0e9823
#define PLOP_CID \
{ 0x839ca83f, 0x538d, 0x43f6, { 0x89, 0xdd, 0xfd, 0xec, 0xcf, 0x0e, 0x98, 0x23 } }
                                                                                                                                               
#define PLOP_CONTRACTID "@seigneurin.com/Plop_cpp;1"

/* Header file */
class nsPlop : public nsIPlop
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIPLOP

  nsPlop();

private:
  ~nsPlop();

protected:
  /* additional members */
};
