Skip to content

Instantly share code, notes, and snippets.

@nutchy
Created October 15, 2017 16:14
Show Gist options
  • Save nutchy/20a8272e36a00118b1261a87b6eadaa8 to your computer and use it in GitHub Desktop.
Save nutchy/20a8272e36a00118b1261a87b6eadaa8 to your computer and use it in GitHub Desktop.
[MyLazyInstagram] - Post.java
public class Post {
private int like;
private int comment;
private String url;
// Generate setter, getter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment