aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/customtheme/CustomThemeWrapperReceiver.java
blob: 422f52ff66f2af51e7bcf8cce985eb81de4a4a38 (plain) (blame)
1
2
3
4
5
package ml.docilealligator.infinityforreddit.customtheme;

public interface CustomThemeWrapperReceiver {
    void setCustomThemeWrapper(CustomThemeWrapper customThemeWrapper);
}