mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-01 15:04:25 +02:00
11 lines
150 B
Java
11 lines
150 B
Java
package a;
|
|
|
|
import com.topjohnwu.core.utils.BootSigner;
|
|
|
|
import androidx.annotation.Keep;
|
|
|
|
@Keep
|
|
public class a extends BootSigner {
|
|
/* stub */
|
|
}
|