kill-ios-app/Il2CppOutputProject/IL2CPP/libil2cpp/os/FastReaderReaderWriterLockImpl.h
yuqucheng fa7c338ea5 init
2026-06-23 09:54:30 +08:00

14 lines
174 B
C++

#pragma once
#include "os/ReaderWriterLockImpl.h"
namespace il2cpp
{
namespace os
{
class FastReaderReaderWriterLockImpl : public ReaderWriterLockImpl
{
};
}
}