ADD week 5
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.google.android.material.resources;
|
||||
|
||||
import android.graphics.Typeface;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class TextAppearanceFontCallback {
|
||||
public abstract void onFontRetrievalFailed(int i);
|
||||
|
||||
public abstract void onFontRetrieved(Typeface typeface, boolean z);
|
||||
}
|
||||
Reference in New Issue
Block a user