Temporarily include nucleus in the project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package nucleus.factory;
|
||||
|
||||
import nucleus.presenter.Presenter;
|
||||
|
||||
public interface PresenterFactory<P extends Presenter> {
|
||||
P createPresenter();
|
||||
}
|
||||
Reference in New Issue
Block a user