Files
ironservices-maui/Platforms/Android/PlatformClass1.cs
David Friedel ab1630b451 Initial commit: IronServices.Maui
Shared MAUI platform code for Iron Services:
- Platform-specific implementations for Android, iOS, macOS, Windows
- Secure storage integration
- Device identification
2025-12-25 09:15:31 +00:00

8 lines
136 B
C#
Executable File

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