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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Development <david-dev@live.de>2014-07-04 13:34:27 +0400
committerDavid Development <david-dev@live.de>2014-07-04 13:34:27 +0400
commitc706b6c42e5966c96a29e753b852f01c7395017b (patch)
tree19f6176ce5d29a788acdfd5a44941ced59b9c851 /News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/events/podcast/StartDownloadPodcast.java
parent99a5b5dd417f03b749a5dedb5ad3f52403491a13 (diff)
parentaa786bc5e68b53cbc0a57c75dcb3a61a4e5e390a (diff)
update podcast support
Diffstat (limited to 'News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/events/podcast/StartDownloadPodcast.java')
-rw-r--r--News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/events/podcast/StartDownloadPodcast.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/events/podcast/StartDownloadPodcast.java b/News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/events/podcast/StartDownloadPodcast.java
new file mode 100644
index 00000000..0c109ae0
--- /dev/null
+++ b/News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/events/podcast/StartDownloadPodcast.java
@@ -0,0 +1,10 @@
+package de.luhmer.owncloudnewsreader.events.podcast;
+
+import de.luhmer.owncloudnewsreader.model.PodcastItem;
+
+/**
+ * Created by David on 28.06.2014.
+ */
+public class StartDownloadPodcast {
+ public PodcastItem podcast;
+}