This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // DetailViewModel.swift | |
| // Games Catalog | |
| // | |
| // Created by Rifqi Fadh on 04/07/20. | |
| // | |
| import Foundation | |
| import CoreData | |
| import SwiftUI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // DetailView.swift | |
| // Games Catalog | |
| // | |
| // Created by Rifqi Fadh on 03/07/20. | |
| // | |
| import Foundation | |
| import SwiftUI | |
| import SDWebImageSwiftUI |