aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/CustomFontReceiver.java
blob: 0d3c1e20a336e623784a7c3ce80caa39020a6f08 (plain) (tree)
1
2
3
4
5
6
7






                                                                                            
package ml.docilealligator.infinityforreddit;

import android.graphics.Typeface;

public interface CustomFontReceiver {
    void setCustomFont(Typeface typeface, Typeface titleTypeface, Typeface contentTypeface);
}