mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Remove unused RepositoryCallback interface
This commit is contained in:
parent
003beec5b6
commit
64567359b7
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
package awais.instagrabber.db.repositories;
|
||||
|
||||
import androidx.annotation.MainThread;
|
||||
|
||||
public interface RepositoryCallback<T> {
|
||||
@MainThread
|
||||
void onSuccess(T result);
|
||||
|
||||
@MainThread
|
||||
void onDataNotAvailable();
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue