social-aggregator/app/src/main/java/pl/edu/amu/wmi/socialaggregator/socialplatforms/Post.kt

3 lines
143 B
Kotlin

package pl.edu.amu.wmi.socialaggregator.socialplatforms
data class Post(val social: SocialPlatform, val content: String, val dateTime: String)