Welcome to mirror list, hosted at ThFree Co, Russian Federation.

StartDownloadPodcast.java « podcast « events « owncloudnewsreader « luhmer « de « java « main « src « News-Android-App - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 127244b84e1d91f74cd2744b9b960e4213fe75d2 (plain)
1
2
3
4
5
6
7
package de.luhmer.owncloudnewsreader.events.podcast;

import de.luhmer.owncloudnewsreader.model.PodcastItem;

public class StartDownloadPodcast {
    public PodcastItem podcast;
}