All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skype.ChatContentBuilder Maven / Gradle / Ivy

The newest version!
package skype;

import java.util.Date;

public interface ChatContentBuilder {

	String getContent();

	Date getLastModificationTime();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy