LeviLamina
Loading...
Searching...
No Matches
EduFetchTenantSettingsResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
7struct EduFetchTenantSettingsResponse {
8public:
9// member variables
10// NOLINTBEGIN
11#ifdef LL_PLAT_S
13#else // LL_PLAT_C
15#endif
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 EduFetchTenantSettingsResponse& operator=(EduFetchTenantSettingsResponse const&);
23 EduFetchTenantSettingsResponse(EduFetchTenantSettingsResponse const&);
24 EduFetchTenantSettingsResponse();
25
26public:
27 // member functions
28 // NOLINTBEGIN
29#ifdef LL_PLAT_C
30 MCNAPI ~EduFetchTenantSettingsResponse();
31#endif
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37#ifdef LL_PLAT_C
38 MCNAPI void $dtor();
39#endif
40 // NOLINTEND
41};
42
43} // namespace Social
Definition Alias.h:14