mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
project upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.cappielloantonio.play.interfaces;
|
||||
|
||||
import com.android.volley.VolleyError;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface MediaCallback {
|
||||
void onError(Exception exception);
|
||||
void onLoadMedia(List<?> media);
|
||||
}
|
||||
Reference in New Issue
Block a user