Skip to content

Instantly share code, notes, and snippets.

@nutchy
Created October 15, 2017 16:13
Show Gist options
  • Save nutchy/2ca96dcd9dd33e07d4780749a64fffcc to your computer and use it in GitHub Desktop.
Save nutchy/2ca96dcd9dd33e07d4780749a64fffcc to your computer and use it in GitHub Desktop.
[MyLazyInstagram] - UserProfile.java
public class UserProfile {
private String user;
private String bio;
private String urlProfile;
private int follower;
private int following;
private boolean isFollow;
private int post;
private List<Post> posts;
// Generate setter, getter
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment