mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 16:53:29 +01:00
Files
3d9c5ad890a187d18eddd5c42e82b63ed77b9ac4
17 lines
264 B
Swift
17 lines
264 B
Swift
//
|
|||
// MyAppsViewModel.swift
|
|||
// SideStore
|
|||
//
|
|||
// Created by Fabian Thies on 13.12.22.
|
|||
// Copyright © 2022 SideStore. All rights reserved.
|
|||
//
|
|||
|
|||
import SwiftUI
|
|||
import AltStoreCore
|
|||
|
|||
class MyAppsViewModel: ViewModel {
|
|||
|
|||
var refreshGroup: RefreshGroup?
|
|||
|
|||
}
|