Back to project page game_guess_lib.
The source code is released under:
MIT License
If you think the Android project game_guess_lib 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.wkmf.guess.lib.impl; //from w ww .j a va 2 s . c o m import com.wkmf.guess.lib.structure.GuessConfig; /** * Created by ernestofndz on 10/02/14. */ public interface GuessGameInterface { public GuessConfig getConfig(); }