﻿#if !UNITY_IOS && !UNITY_ANDROID
namespace Stove.StoveSDK
{
    internal class GPGProviderInterface
    {

        internal static void Fetch(string sessionId, string identifier)
        {
        }

        internal static void Load(string sessionId, string account, string identifier)
        {
        }
    }
}
#endif