mirror of
https://github.com/stellarbear/YaraSharp
synced 2026-06-08 17:36:09 +00:00
11 lines
116 B
C++
11 lines
116 B
C++
#pragma once
|
|
|
|
namespace YaraSharp
|
|
{
|
|
public ref class CContext sealed
|
|
{
|
|
public:
|
|
CContext();
|
|
~CContext();
|
|
};
|
|
} |