package com.iambookmaster.client.iphone; public interface IPhoneIntroScreenListener { void start(); void continueGame(); }