Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Explore curatoin view model 적용 #469

Merged
merged 14 commits into from
Jul 22, 2023
Merged
Prev Previous commit
[Refactor] #472 - Private
Co-authored-by: GREEN (JIMIN KIM) <76623853+jim4020key@users.noreply.github.com>
JIWON1923 and jim4020key authored Jul 22, 2023
commit 4ecac9c17757d9ad30b72ec209570258e37d7773
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ import SwiftUI


final class ReadCurationViewModel: ObservableObject {
var shortcutsZipViewModel = ShortcutsZipViewModel.share
private let shortcutsZipViewModel = ShortcutsZipViewModel.share

@Published var isWriting = false
@Published var isTappedDeleteButton = false