package com.threeH.MyExhibition.ui; /** * Created with IntelliJ IDEA. * User: apple * Date: 13-6-9 * Time: 上午11:44 * To change this template use File | Settings | File Templates. */ public interface ActivityInterface { public void findView(); public void initdata(); public void addAction(); }