LeviLamina
Loading...
Searching...
No Matches
UIPropertyBag.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // UIPropertyBag inner types declare
8 // clang-format off
9 struct ContextObject;
11 // clang-format on
12
13 // UIPropertyBag inner types define
14 struct ContextObject {};
15
17};
Definition UIPropertyBag.h:14
Definition UIPropertyBag.h:5