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

com.autonomousapps.kit.android.AndroidLayout.kt Maven / Gradle / Ivy

package com.autonomousapps.kit.android

public class AndroidLayout(
  public val filename: String,
  public val content: String,
) {
  override fun toString(): String = content
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy