mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +08:00
6 lines
90 B
C++
6 lines
90 B
C++
|
#pragma once
|
||
|
|
||
|
namespace lsplant::art {
|
||
|
class ValueObject {};
|
||
|
} // namespace lsplant::art
|