package in.vesely.eclub.yodaqa.view;
import android.preference.PreferenceActivity;
import org.androidannotations.annotations.EActivity;
import org.androidannotations.annotations.PreferenceScreen;
import in.vesely.eclub.yodaqa.R;
/**
* Created by ERMRK on 12.8.2015.
*/
@PreferenceScreen(R.xml.preferences)
@EActivity
public class SettingsActivity extends PreferenceActivity {
}