using UnityEditor;
public interface IBuildImp
{
void OnGuruSDKBuildPreprocess(BuildTargetGroup targetGroup, BuildTool.BuildParam buildParam);
}