You've already forked Commercialization.topon
9 lines
201 B
C#
9 lines
201 B
C#
using System.Collections.Generic;
|
|
public class ATAdWrapper {
|
|
public ATAdWrapper() {
|
|
}
|
|
|
|
public static void InvokeCallback(string callback, Dictionary<string, object> msgDict) {
|
|
|
|
}
|
|
} |