package org.tadpole.aidl;
/**
* 插件管理代码。
*
* <br>==========================
* <br> author:Zenip
* <br> email:lxyczh@gmail.com
* <br> create:2012-12-20下午2:56:40
* <br>==========================
*/
public class PluginEntry {
public void call(String action ){
}
}