1 package com.foxinmy.weixin4j.tuple;
2
3 /**
4 * 企业号会话消息元件
5 *
6 * @className ChatTuple
7 * @author jinyu(foxinmy@gmail.com)
8 * @date 2015年8月1日
9 * @since JDK 1.6
10 * @see com.foxinmy.weixin4j.tuple.Text
11 * @see com.foxinmy.weixin4j.tuple.Image
12 * @see com.foxinmy.weixin4j.tuple.File
13 */
14 public interface ChatTuple extends Tuple {
15
16 }