using TapTap.Common;
namespace TapTap.Bootstrap
{
public interface ITapBootstrap
void Init(TapConfig config);
}