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