/*
* Created by Itzik Braun on 12/3/2015.
* Copyright (c) 2015 deluge. All rights reserved.
*
* Last Modification at: 3/12/15 4:27 PM
*/
package com.braunster.chatsdk.dao.entities;
/**
* Created by braunster on 03/10/14.
*/
public abstract class FollowerLinkEntity extends Entity {
public class Type{
public static final int FOLLOWER = 0, FOLLOWS = 1;
}
}