TubeLab-App-Android/app/src/main/java/app/fedilab/fedilabtube/interfaces/OnRetrievePeertubeInterface...

13 lines
327 B
Java

package app.fedilab.fedilabtube.interfaces;
import app.fedilab.fedilabtube.client.APIResponse;
public interface OnRetrievePeertubeInterface {
void onRetrievePeertube(APIResponse apiResponse);
void onRetrievePeertubeComments(APIResponse apiResponse);
void onRetrievePeertubeChannels(APIResponse apiResponse);
}