ISettings.cs 95 B

1234567
  1. using System;
  2. namespace InABox.Mobile.Shared
  3. {
  4. public interface ISettings
  5. {
  6. }
  7. }