This commit is contained in:
2023-01-29 12:44:57 +08:00
commit b0c40a046f
358 changed files with 24287 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using System.Collections.Generic;
public class ATAdWrapper {
public ATAdWrapper() {
}
public static void InvokeCallback(string callback, Dictionary<string, object> msgDict) {
}
}