#pragma once #include class TAhoCorasickCommon { public: static ui32 GetVersion() { return 3; } static size_t GetBlockCount() { return 4; } };