mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 20:27:58 +03:00
7 lines
100 B
Java
7 lines
100 B
Java
![]() |
package android.widget;
|
||
|
|
||
|
public class MediaController {
|
||
|
public interface MediaPlayerControl {
|
||
|
}
|
||
|
}
|