memgraph/storage/model/property_model.hpp

10 lines
107 B
C++
Raw Normal View History

2015-12-06 23:37:42 +08:00
#pragma once
#include "properties/properties.hpp"
class PropertyModel
{
public:
Properties props;
};