package com.progscrape.app.rx; /** * Created by matt on 15-04-26. */ public enum RemoteStatus { LOADING, NOT_LOADING, }