mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
project upload
This commit is contained in:
parent
e1749a3123
commit
6eff64e7e1
105 changed files with 5907 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue