kill-ios-app/Il2CppOutputProject/IL2CPP/libil2cpp/os/FastReaderReaderWriterLockImpl.h

14 lines
174 B
C
Raw Normal View History

2026-06-23 09:54:30 +08:00
#pragma once
#include "os/ReaderWriterLockImpl.h"
namespace il2cpp
{
namespace os
{
class FastReaderReaderWriterLockImpl : public ReaderWriterLockImpl
{
};
}
}