metatext-app-ios-iphone-ipad/ViewModels/Sources/ViewModels/Exports.swift

16 lines
704 B
Swift

// Copyright © 2021 Metabolist. All rights reserved.
import ServiceLayer
public typealias AppPreferences = ServiceLayer.AppPreferences
public typealias CollectionItem = ServiceLayer.CollectionItem
public typealias CollectionSection = ServiceLayer.CollectionSection
public typealias Identity = ServiceLayer.Identity
public typealias Navigation = ServiceLayer.Navigation
public typealias PickerEmoji = ServiceLayer.PickerEmoji
public typealias ProfileCollection = ServiceLayer.ProfileCollection
public typealias Search = ServiceLayer.Search
public typealias SearchScope = ServiceLayer.SearchScope
public typealias SystemEmoji = ServiceLayer.SystemEmoji
public typealias Timeline = ServiceLayer.Timeline