SpotiFlyer/common/dependency-injection/src/iosMain/kotlin/com.shabinder.common.di/IOSPicture.kt

7 lines
116 B
Kotlin
Raw Normal View History

package com.shabinder.common.di
import platform.UIKit.UIImage
actual data class Picture(
val image: UIImage?
)