package pl.shockah.shocky.paste; public interface PasteService { String paste(CharSequence data); }