Skip to content

Commit

Permalink
commit a little progress on controller
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpcsywm committed Jul 20, 2023
1 parent 1cf1846 commit 772d194
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/main/java/replytoquestion/PostControl.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
package replytoquestion;

import presenter.MessageResponseModel;

public class PostControl {
final PostInputBoundary postInput;

public PostControl(PostInputBoundary postInput){
this.postInput = postInput;
}

MessageResponseModel createPost(){}

}
1 change: 1 addition & 0 deletions src/main/java/replytoquestion/PostFactory.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package replytoquestion;

public class PostFactory {

}
2 changes: 1 addition & 1 deletion src/main/java/replytoquestion/ReplyInteractor.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package replytoquestion;

public class ReplyInteractor {
M

}

0 comments on commit 772d194

Please sign in to comment.