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

View File

@@ -1,7 +0,0 @@
package a;
import com.topjohnwu.magisk.redesign.MainActivity;
public class i extends MainActivity {
/* stub */
}

7
app/src/main/java/a/i.kt Normal file
View File

@@ -0,0 +1,7 @@
package a
import com.topjohnwu.magisk.redesign.MainActivity
class i : MainActivity() {
/* stub */
}