Added Android code
[wl-app.git] / Android / app / src / main / java / com / moiseum / wolnelektury / view / news / zoom / ZoomView.java
1 package com.moiseum.wolnelektury.view.news.zoom;
2
3 import java.util.List; /**
4  * Created by Piotr Ostrowski on 07.08.2018.
5  */
6 public interface ZoomView {
7         void initializeZoomView(List<String> photoUrls, int initialPosition);
8 }