mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 03:56:29 +02:00
Initial version.
This commit is contained in:
parent
193aaa1a56
commit
b72c67a53e
228 changed files with 25924 additions and 0 deletions
14
TINKLib/Model/Device/IAppInfo.cs
Normal file
14
TINKLib/Model/Device/IAppInfo.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
namespace TINK.Model.Device
|
||||
{
|
||||
/// <summary> Interface to get version info. </summary>
|
||||
public interface IAppInfo
|
||||
{
|
||||
/// <summary> Gets the app version to display to user.</summary>
|
||||
Version Version { get; }
|
||||
|
||||
/// <summary> Gets the URL to the app store. </summary>
|
||||
/// <value>The store URL.</value>
|
||||
string StoreUrl { get; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue