#ifndef DORICNATIVEPLUGIN_H #define DORICNATIVEPLUGIN_H #include "../utils/DoricContextHolder.h" class DoricNativePlugin : public DoricContextHolder { public: using DoricContextHolder::DoricContextHolder; }; #endif // DORICNATIVEPLUGIN_H