package ml.docilealligator.infinityforreddit.post; public interface MarkPostAsReadInterface { void markPostAsRead(Post post); }