// Assembly: Unity.Services.Analytics
// Full name: Unity.Services.Analytics.Internal.IPersistence

namespace Unity.Services.Analytics.Internal
{
public class IPersistence // TypeDefIndex: 12485
{

	// Methods
	// RVA: -1
	public abstract type#28660 SaveValue(type#26576 key, type#20867 value) { }
	// RVA: -1
	public abstract type#28660 SaveValue(type#26576 key, type#26576 value) { }
	// RVA: -1
	public abstract type#20867 LoadInt(type#26576 key) { }
	// RVA: -1
	public abstract type#26576 LoadString(type#26576 key) { }
	// RVA: -1
	public abstract type#28660 ClearValue(type#26576 key) { }
}
}
