All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macosMain.dev.icerock.moko.resources.test.MockResourcesFactory.kt Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2021 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
 */

package dev.icerock.moko.resources.test

import dev.icerock.moko.resources.FontResource
import dev.icerock.moko.resources.ImageResource

actual fun createImageResourceMock(): ImageResource = ImageResource("")
actual fun createFontResourceMock(): FontResource = FontResource("")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy