Back to project page schat.
The source code is released under:
MIT License
If you think the Android project schat 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.data; /* ww w .j av a 2s .co m*/ /** * Created with IntelliJ IDEA. * User: Wolfram * Date: 16.12.13 * Time: 00:06 * To change this template use File | Settings | File Templates. */ public interface AddContact { public void addContact(String name); }