ConsEco/Sources/Data/Platforms/Tizen/PlatformClass1.cs

9 lines
140 B

using System;
namespace Data
{
// All the code in this file is only included on Tizen.
public class PlatformClass1
{
}
}