Added remaining stubs for the redesign

This commit is contained in:
Viktor De Pasquale
2019-10-17 18:57:00 +02:00
parent 1223b48b2c
commit e0e27774ad
31 changed files with 401 additions and 25 deletions
-7
View File
@@ -1,7 +0,0 @@
package a;
import com.topjohnwu.magisk.redesign.MainActivity;
public class i extends MainActivity {
/* stub */
}
+7
View File
@@ -0,0 +1,7 @@
package a
import com.topjohnwu.magisk.redesign.MainActivity
class i : MainActivity() {
/* stub */
}