package com.isolaatti.common interface OnUserInteractedWithPostCallback : OnUserInteractedCallback { fun onLiked(postId: Long) fun onUnLiked(postId: Long) fun onComment(postId: Long) fun onOpenPost(postId: Long) }