mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-20 22:01:24 +00:00
Migrate to AndroidX
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package org.schabi.newpipe.player.resolver;
|
||||
|
||||
import android.support.annotation.NonNull;
|
||||
import android.support.annotation.Nullable;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
public interface Resolver<Source, Product> {
|
||||
@Nullable Product resolve(@NonNull Source source);
|
||||
|
||||
Reference in New Issue
Block a user