Created
January 13, 2017 22:57
-
-
Save wisnukurniawan/e0f70a5c705cca7a84ef729f67ff4e52 to your computer and use it in GitHub Desktop.
Retrofit2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by wisnu on 14/01/2017. | |
*/ | |
public class DataSearch { | |
@SerializedName("items") | |
List<Item> items; | |
public List<Item> getItems() { | |
return items; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment