Back to project page robospice-minnebar-example.
The source code is released under:
Apache License
If you think the Android project robospice-minnebar-example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.octo.android.robospice.sample.retrofit; /*w ww . j a v a 2 s . co m*/ /** * Created by colintheshots on 4/5/14. */ public class RealConfig { public static final String twilio_accountsid = "Find me on Twilio.com"; public static final String twilio_authtoken = "Find me on Twilio.com"; public static final String twilio_from_number = "Find me on Twilio.com"; public static final String github_personal_access_token = "Find me on Github.com"; }