package net.sf.dvstar.uacodecheck.view; /** * Created by dstarzhynskyi on 14.05.2015. */ public interface ISwipeCallback { void onSwipeLeft(); void onSwipeRight(); }