Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
11
apk_decompiled/sources/B0/E.java
Normal file
11
apk_decompiled/sources/B0/E.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package B0;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.Picture;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class E {
|
||||
public static Bitmap a(Picture picture) {
|
||||
return Bitmap.createBitmap(picture);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user