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