------------------Show Code ( lines)------------------
package com.todomvc.client;
1

The V in the MVP Model.

public interface View<P extends Presenter<?>> {

    P getPresenter();

}