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

OpenAudioPodcastEvent.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: 22f6e604ef247f275319d51e9b050b7506d45cf5 (plain)
1
2
3
4
5
6
7
8
9
package de.luhmer.owncloudnewsreader.events.podcast;

/**
 * Created by David on 21.06.2014.
 */
public class OpenAudioPodcastEvent {
    public String pathToFile;
    public String mediaTitle;
}