package com.example.activity; /** * Description for the class IDataController: * <p/> * Example usage: * <p/> * <pre> * * </pre> * * @author mdkr * @version Copyright (c) 2012 HAN University, All rights reserved. */ public interface IDataController { String getData(); }