暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SocketBridge.h 194B

1234567891011121314
  1. #pragma once
  2. #include "il2cpp-config.h"
  3. namespace il2cpp
  4. {
  5. namespace os
  6. {
  7. class LIBIL2CPP_CODEGEN_API SocketBridge
  8. {
  9. public:
  10. static void WaitForInitialization();
  11. };
  12. }
  13. }