package com.android.dvci.module.chat;

// chat_member
public class LineConversation implements Conversation {
	String chat_id;
	String mid;
}
