Files
briar/briar-api/src/org/briarproject/api/conversation/ConversationIntroductionResponseItem.java

9 lines
241 B
Java

package org.briarproject.api.conversation;
import org.briarproject.api.introduction.IntroductionResponse;
public interface ConversationIntroductionResponseItem extends ConversationItem {
IntroductionResponse getIntroductionResponse();
}