Files
ironservices-maui/Platforms/Tizen/PlatformClass1.cs
2025-12-25 04:26:30 -05:00

9 lines
149 B
C#

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