You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#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
|