10 lines
107 B
C++
10 lines
107 B
C++
|
#pragma once
|
||
|
|
||
|
#include "properties/properties.hpp"
|
||
|
|
||
|
class PropertyModel
|
||
|
{
|
||
|
public:
|
||
|
Properties props;
|
||
|
};
|