mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-18 15:47:54 -08:00
16 lines
207 B
Java
16 lines
207 B
Java
package a;
|
|
|
|
import com.topjohnwu.magisk.App;
|
|
|
|
import java.util.Map;
|
|
|
|
public class e extends App {
|
|
public e() {
|
|
super();
|
|
}
|
|
|
|
public e(Map<String, String> map) {
|
|
super(map);
|
|
}
|
|
}
|