Created
March 9, 2018 16:08
-
-
Save deque-blog/21ca786a0f52c40b39326b178da8e56e 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); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment