You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/CoreDataStorage/CoreDataMoviesQueriesStorage.swift
+11-17
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@
8
8
import Foundation
9
9
import CoreData
10
10
11
-
enumCoreDataMoviesQueriesStorageError:Error{
12
-
case readError(Error)
13
-
case writeError(Error)
14
-
case deleteError(Error)
15
-
}
16
-
17
11
finalclassCoreDataMoviesQueriesStorage{
18
12
19
13
privateletmaxStorageLimit:Int
@@ -27,13 +21,13 @@ final class CoreDataMoviesQueriesStorage {
Copy file name to clipboardExpand all lines: ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/CoreDataStorage/EntityMapping/MovieQueryEntity+Mapping.swift
Copy file name to clipboardExpand all lines: ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/UserDefaultsStorage/DataMapping/MovieQueryUDS+Mapping.swift
Copy file name to clipboardExpand all lines: ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/UserDefaultsStorage/UserDefaultsMoviesQueriesStorage.swift
+2-3
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,8 @@ final class UserDefaultsMoviesQueriesStorage {
0 commit comments