LeviLamina
Loading...
Searching...
No Matches
IceTransportWithPointer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member functions
10 // NOLINTBEGIN
11 MCAPI void Clear();
12 // NOLINTEND
13
14public:
15 // vftables
16 // NOLINTBEGIN
17 MCAPI static void** $vftable();
18 // NOLINTEND
19};
20
21} // namespace webrtc
Definition IceTransportWithPointer.h:7