package com.todomvc.client;
The P in the MVP Model.
public interface Presenter<V extends View<?>> { void bindView(V view); }