Fix code style
This commit is contained in:
@@ -3,6 +3,7 @@ package com.cappielloantonio.play.interfaces;
|
||||
import java.util.List;
|
||||
|
||||
public interface MediaCallback {
|
||||
|
||||
void onError(Exception exception);
|
||||
|
||||
void onLoadMedia(List<?> media);
|
||||
|
||||
Reference in New Issue
Block a user