14 lines
187 B
C
14 lines
187 B
C
|
|
||
|
#ifndef VISIBILITY_PRESET_H
|
||
|
#define VISIBILITY_PRESET_H
|
||
|
|
||
|
#include "visibility_preset_export.h"
|
||
|
|
||
|
class VISIBILITY_PRESET_EXPORT VisibilityPreset
|
||
|
{
|
||
|
public:
|
||
|
void someMethod();
|
||
|
};
|
||
|
|
||
|
#endif
|