Created
March 16, 2018 14:08
-
-
Save deque-blog/658e29c66c9d5cbf894451de7d601a1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface ISuggestPosts { | |
Iterable<PostSummary> suggestedPostsFor(ProfileId profileId); | |
void resetSuggestionOf(ProfileId profileId); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment