mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-23 01:39:07 -08:00
This has been done in preparations for rewrite to kotlin and upcoming design changes. Nothing should be broken but use caution.
8 lines
143 B
Java
8 lines
143 B
Java
package a;
|
|
|
|
import com.topjohnwu.magisk.model.download.DownloadModuleService;
|
|
|
|
public class j extends DownloadModuleService {
|
|
/* stub */
|
|
}
|