b2fb513c
1 2 3 4 5
package ml.docilealligator.infinityforreddit.post; public interface MarkPostAsReadInterface { void markPostAsRead(Post post); }