Kurdtvs-Live-Kurdish-TV-Kur.../Mastodon/Scene/Profile/CachedProfileViewModel.swift

18 lines
357 B
Swift
Raw Normal View History

2021-04-01 08:39:15 +02:00
//
// CachedProfileViewModel.swift
// Mastodon
//
// Created by MainasuK Cirno on 2021-3-31.
//
import Foundation
import CoreDataStack
final class CachedProfileViewModel: ProfileViewModel {
convenience init(context: AppContext, mastodonUser: MastodonUser) {
self.init(context: context, optionalMastodonUser: mastodonUser)
}
}