LeviLamina
Loading...
Searching...
No Matches
JSClassExoticMethods.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JSClassExoticMethods {
6public:
7 // member variables
8 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 JSClassExoticMethods& operator=(JSClassExoticMethods const&);
21 JSClassExoticMethods(JSClassExoticMethods const&);
22 JSClassExoticMethods();
23};
Definition Alias.h:14