using Amanotes.TripleSDK.Core; using Amanotes.TripleSDK.Core.Analytics; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Amanotes.TripleSDK.Countly { public interface ICountlyService : IAnalytics, IStatefulService { } }