LeviLamina
Loading...
Searching...
No Matches
ImageService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
8public:
9 // ImageService inner types define
10 enum class image_priority : uint {};
11
12 enum class image_size : uint {};
13};
14
15} // namespace Social
Definition ImageService.h:7