Add MangaPlus by Shueisha (#755)

Add MangaPlus by Shueisha
This commit is contained in:
Alessandro Jean
2019-01-31 13:23:11 -02:00
committed by Carlos
parent 2096499965
commit cc8b28d7c9
9 changed files with 416 additions and 0 deletions

View File

@@ -19,4 +19,8 @@ public class Duktape implements Closeable {
throw new RuntimeException("Stub!");
}
public synchronized <T> void set(String name, Class<T> type, T object) {
throw new RuntimeException("Stub!");
}
}