package com.hannesdorfmann.mosby3.mvp.test.interfaces; /** * Just a stupid interface to check if the right interface will be picked */ public interface FooInterface { void foo(); }