make it compile

This commit is contained in:
Aria Moradi
2021-07-30 16:52:06 +04:30
parent b327df732c
commit a3953d530e
2 changed files with 1 additions and 9 deletions
@@ -1,6 +1,6 @@
package eu.kanade.tachiyomi.animesource
import android.support.v7.preference.PreferenceScreen
import androidx.preference.PreferenceScreen
interface ConfigurableAnimeSource : AnimeSource {
@@ -1,13 +1,5 @@
package eu.kanade.tachiyomi.source
/*
* Copyright (C) Contributors to the Suwayomi project
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
import androidx.preference.PreferenceScreen
interface ConfigurableSource : Source {