Back to project page FragmentTutorial.
The source code is released under:
Apache License
If you think the Android project FragmentTutorial listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.yanlu.android.fragment.model; //ww w . j av a 2 s.c o m import java.io.Serializable; import java.util.ArrayList; /** * User: captain_miao * Date: 14-5-5 * Time: ????2:28 */ public class DemoDataMo implements Serializable { public String code; public String msg; public ArrayList<String> value; }