You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
308 B
12 lines
308 B
package p028j;
|
|
|
|
import android.content.res.Resources;
|
|
import android.widget.SpinnerAdapter;
|
|
|
|
/* renamed from: j.c3 */
|
|
/* loaded from: classes.dex */
|
|
public interface InterfaceC1079c3 extends SpinnerAdapter {
|
|
Resources.Theme getDropDownViewTheme();
|
|
|
|
void setDropDownViewTheme(Resources.Theme theme);
|
|
} |