MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.projectsdialog.statistics.presentation/StatisticsItem/Header

Header

[jvm]
data class Header(val title: String = "") : StatisticsItem

Section header.

Constructors

   
Header [jvm]
constructor(title: String = "")
Create Header

Properties

Name Summary
title [jvm]
val title: String