LeviLamina
Loading...
Searching...
No Matches
AutoFulfillmentHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/store/iap/transactions/TransactionStatus.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 0
13 virtual ~AutoFulfillmentHelper() = default;
14
15 // vIndex: 1
16 virtual void execute(::TransactionStatus);
17 // NOLINTEND
18
19public:
20 // destructor thunk
21 // NOLINTBEGIN
22
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
Definition AutoFulfillmentHelper.h:8