mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-08 15:44:29 +00:00

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 */
|
|
}
|