# Platforms Platform-specific code for AyCode.Maui.Core. Each subfolder is conditionally compiled only for its target platform. All classes currently contain empty `PlatformClass1` placeholders. ## Subfolders - **`Android/`** -- Android-specific code (API 33+). - **`iOS/`** -- iOS-specific code (15.0+). - **`MacCatalyst/`** -- Mac Catalyst-specific code (15.0+). - **`Windows/`** -- Windows-specific code (10.0.19041+). - **`Tizen/`** -- Tizen-specific code (currently commented out in the .csproj). ## Key Files - **`{Platform}/PlatformClass1.cs`** -- Empty placeholder class per platform, all in the `AyCode.Maui.Core` namespace. --- > **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.