package com.etiennelawlor.loop.utilities; public interface SharedPreferenceConstants { String KEYSPACE = "LOOP"; String USERID = "THEUSERSID"; }