Back to project page 50AndroidHacks.
The source code is released under:
Apache License
If you think the Android project 50AndroidHacks listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.github.yftx.AndroidHacks.sectionPatterns.mvp.view; //from ww w . j av a2s. c o m /** * User: Liuzl * Date: 13-11-28 */ public interface ISplashView { void showNormal(); void showSmall(); void showBig(); }