mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 11:05:34 +00:00
8 lines
110 B
Java
8 lines
110 B
Java
|
package a;
|
||
|
|
||
|
import com.topjohnwu.magisk.MainActivity;
|
||
|
|
||
|
public class b extends MainActivity {
|
||
|
/* stub */
|
||
|
}
|