package com.afollestad.aesthetic; import android.support.annotation.Nullable; /** @author Aidan Follestad (afollestad) */ @SuppressWarnings("WeakerAccess") public interface AestheticKeyProvider { @Nullable String key(); }