useprefixclass.h 187 B

12345678910111213
  1. #ifndef USEPREFIXCLASS_H
  2. #define USEPREFIXCLASS_H
  3. #include "use_prefix_lib_export.h"
  4. class MYPREFIX_USE_PREFIX_LIB_EXPORT UsePrefixClass
  5. {
  6. public:
  7. int someMethod() const;
  8. };
  9. #endif