Files
ironservices-maui/Platforms/iOS/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
132 B
C#
Executable File

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