Skip to content

Commit

Permalink
Updated the implementation of LoginPresenter
Browse files Browse the repository at this point in the history
  • Loading branch information
KaxiYuan8288 committed Jul 19, 2023
1 parent a5fc6fb commit b4f2f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/presenter/LoginOutputBoundary.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package presenter;

public interface LoginOutputBoundary {
TheQuestionResponseModel prepareFail(String msg);
TheQuestionResponseModel prepareSuccess();
LoginResponseModel prepareFail(String msg);
LoginResponseModel prepareSuccess();
}

0 comments on commit b4f2f20

Please sign in to comment.