package com.iambookmaster.client.iphone; public interface IPhonePlayerListListener { void back(); void forward(); }