Added Android code
[wl-app.git] / Android / app / src / main / java / com / moiseum / wolnelektury / view / news / zoom / ZoomView.java
diff --git a/Android/app/src/main/java/com/moiseum/wolnelektury/view/news/zoom/ZoomView.java b/Android/app/src/main/java/com/moiseum/wolnelektury/view/news/zoom/ZoomView.java
new file mode 100644 (file)
index 0000000..bef12ae
--- /dev/null
@@ -0,0 +1,8 @@
+package com.moiseum.wolnelektury.view.news.zoom;
+
+import java.util.List; /**
+ * Created by Piotr Ostrowski on 07.08.2018.
+ */
+public interface ZoomView {
+       void initializeZoomView(List<String> photoUrls, int initialPosition);
+}