package com.mediamonks.googleflip.ui.animation; /** * Interface for animation listeners */ public interface AnimationCallback { void onComplete(); }