mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 02:55:33 +00:00
bea5308ab7
This has been done in preparations for rewrite to kotlin and upcoming design changes. Nothing should be broken but use caution.
8 lines
113 B
Java
8 lines
113 B
Java
package a;
|
|
|
|
import com.topjohnwu.magisk.ui.MainActivity;
|
|
|
|
public class b extends MainActivity {
|
|
/* stub */
|
|
}
|