Skip to content

Instantly share code, notes, and snippets.

View imrankst1221's full-sized avatar
🎯
Focusing

Md. Imran Choudhury imrankst1221

🎯
Focusing
View GitHub Profile
@imrankst1221
imrankst1221 / APIResponse.java
Last active June 24, 2017 07:33
Programing Test for Cookpad Inc.
package imrankst1221.weatherapp.api.response_layer;
/**
* Created by [email protected]
*/
public class APIResponse {
private int responseCode;
public String getResponseMessage() {
return responseMessage;