PermissionHandler
interface PermissionHandler
Common interface for all iOS permission handlers.
Each handler encapsulates the native framework imports and logic for a specific permission group, preventing unused frameworks from being statically linked into apps that don't need them.
See docs/ios/APPLE_FRAMEWORK_LINKING_ISSUE.md for the architectural rationale behind this design.