You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
misc stubbing for ctr2
This commit is contained in:
15
hacks/ctr2/com/google/android/youtube/player/j.java
Normal file
15
hacks/ctr2/com/google/android/youtube/player/j.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.google.android.youtube.player;
|
||||
|
||||
import android.content.Context;
|
||||
import android.widget.ImageView;
|
||||
|
||||
public final class j extends ImageView { // YouTubeThumbnailView
|
||||
|
||||
public j(Context c) {
|
||||
super(c);
|
||||
}
|
||||
|
||||
public interface a {} // OnInitializedListener
|
||||
|
||||
public final void a(String developer_key, a zyoutube) {} // YouTubeThumbnailView.initialize
|
||||
}
|
||||
Reference in New Issue
Block a user