ADD week 5
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package androidx.appcompat.widget;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface EmojiCompatConfigurationView {
|
||||
boolean isEmojiCompatEnabled();
|
||||
|
||||
void setEmojiCompatEnabled(boolean z);
|
||||
}
|
Reference in New Issue
Block a user