package com.photo.photogallery; public interface BaseView<T> { void setPresenter(T presenter); }