refactor imports
This commit is contained in:
parent
5a9bba2444
commit
8501b55066
78 changed files with 215 additions and 198 deletions
|
|
@ -5,7 +5,6 @@ import androidx.annotation.NonNull;
|
|||
import com.afollestad.materialcab.MaterialCab;
|
||||
|
||||
public interface CabHolder {
|
||||
|
||||
@NonNull
|
||||
MaterialCab openCab(final int menuRes, final MaterialCab.Callback callback);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ package com.dkanada.gramophone.interfaces;
|
|||
import androidx.annotation.ColorInt;
|
||||
|
||||
public interface PaletteColorHolder {
|
||||
|
||||
@ColorInt
|
||||
int getPaletteColor();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue