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