package com.insta4j.instagram.enums;
/**
* Created by IntelliJ IDEA.
* User: sameermhatre
* Date: 5/12/12
* Time: 6:52 PM
* To change this template use File | Settings | File Templates.
*/
public enum Relationship {
FOLLOW, UNFOLLOW, BLOCK, UNBLOCK, APPROVE, DENY
}