14 lines
199 B
C++
14 lines
199 B
C++
|
|
#ifndef C_IDENTIFIER_CLASS_H
|
|
#define C_IDENTIFIER_CLASS_H
|
|
|
|
#include "7c-identifier-lib++_export.h"
|
|
|
|
class _7C_IDENTIFIER_LIB___EXPORT CIdentifierClass
|
|
{
|
|
public:
|
|
int someMethod() const;
|
|
};
|
|
|
|
#endif
|