| 4 | use crate::{Application, RustUI}; |
| 5 | |
| 6 | pub struct IosPlatform { |
| 7 | device: Device, |
| 8 | rust_ui: RustUI, |
| 9 | } |
| 10 | |
| 11 | impl Platform for IosPlatform { |
| 12 | fn init(rust_ui: RustUI) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected