iface2.h 125 B

12345678910111213
  1. #ifndef IFACE2_H
  2. #define IFACE2_H
  3. #include "iface2_export.h"
  4. class IFACE2_EXPORT Iface2
  5. {
  6. public:
  7. int foo();
  8. };
  9. #endif