mattermost-mobile/ios/MattermostShare/Item.swift
2020-11-17 14:20:58 -03:00

7 lines
108 B
Swift

import Foundation
final class Item {
var id: String?
var title: String?
var selected: Bool = false
}