ITapPropertiesProxy.cs 111 B

123456
  1. 
  2. namespace TapSDK.Core {
  3. public interface ITapPropertiesProxy {
  4. string GetProperties();
  5. }
  6. }