rhythmbullet/RhythmBullet/Zer01HD/Utilities/Persistence/IPreferences.cs

13 lines
223 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2018-10-29 03:42:47 +00:00
namespace RhythmBullet.Zer01HD.Utilities.Persistence
{
2018-10-29 03:42:47 +00:00
public interface IPreferences
{
}
}