diff --git a/ExampleMVVM/Application/AppAppearance.swift b/ExampleMVVM/Application/AppAppearance.swift index e586ddc..38dadb4 100755 --- a/ExampleMVVM/Application/AppAppearance.swift +++ b/ExampleMVVM/Application/AppAppearance.swift @@ -1,4 +1,3 @@ -import Foundation import UIKit final class AppAppearance { diff --git a/ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/CoreDataStorage/EntityMapping/MovieQueryEntity+Mapping.swift b/ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/CoreDataStorage/EntityMapping/MovieQueryEntity+Mapping.swift index b9754e7..1eee7d9 100644 --- a/ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/CoreDataStorage/EntityMapping/MovieQueryEntity+Mapping.swift +++ b/ExampleMVVM/Data/PersistentStorages/MoviesQueriesStorage/CoreDataStorage/EntityMapping/MovieQueryEntity+Mapping.swift @@ -1,4 +1,3 @@ -import Foundation import CoreData extension MovieQueryEntity { diff --git a/ExampleMVVM/Presentation/MoviesScene/MoviesQueriesList/View/SwiftUI/MoviesQueryListView.swift b/ExampleMVVM/Presentation/MoviesScene/MoviesQueriesList/View/SwiftUI/MoviesQueryListView.swift index 5daa40f..17193f2 100644 --- a/ExampleMVVM/Presentation/MoviesScene/MoviesQueriesList/View/SwiftUI/MoviesQueryListView.swift +++ b/ExampleMVVM/Presentation/MoviesScene/MoviesQueriesList/View/SwiftUI/MoviesQueryListView.swift @@ -1,4 +1,3 @@ -import Foundation import SwiftUI @available(iOS 13.0, *) diff --git a/ExampleMVVM/Presentation/Utils/Extensions/CGSize+ScaledSize.swift b/ExampleMVVM/Presentation/Utils/Extensions/CGSize+ScaledSize.swift index 13364ba..3db3868 100644 --- a/ExampleMVVM/Presentation/Utils/Extensions/CGSize+ScaledSize.swift +++ b/ExampleMVVM/Presentation/Utils/Extensions/CGSize+ScaledSize.swift @@ -1,4 +1,3 @@ -import Foundation import UIKit extension CGSize { diff --git a/ExampleMVVM/Presentation/Utils/Extensions/UIImageView+ImageSizeAfterAspectFit.swift b/ExampleMVVM/Presentation/Utils/Extensions/UIImageView+ImageSizeAfterAspectFit.swift index 2d4f338..cfd1eac 100644 --- a/ExampleMVVM/Presentation/Utils/Extensions/UIImageView+ImageSizeAfterAspectFit.swift +++ b/ExampleMVVM/Presentation/Utils/Extensions/UIImageView+ImageSizeAfterAspectFit.swift @@ -1,4 +1,3 @@ -import Foundation import UIKit extension UIImageView { diff --git a/ExampleMVVMTests/Presentation/MoviesScene/Mocks/PosterImagesRepositoryMock.swift b/ExampleMVVMTests/Presentation/MoviesScene/Mocks/PosterImagesRepositoryMock.swift index 15a23e4..4a34885 100644 --- a/ExampleMVVMTests/Presentation/MoviesScene/Mocks/PosterImagesRepositoryMock.swift +++ b/ExampleMVVMTests/Presentation/MoviesScene/Mocks/PosterImagesRepositoryMock.swift @@ -1,4 +1,3 @@ -import Foundation import XCTest class PosterImagesRepositoryMock: PosterImagesRepository { diff --git a/MVVM Templates/README.md b/MVVM Templates/README.md index 90188bf..b68c0d2 100644 --- a/MVVM Templates/README.md +++ b/MVVM Templates/README.md @@ -4,4 +4,4 @@ Templates iOS application To use a template: copy folder with template (for example MVVM folder without .extension) and paste it inside path ~/Library/Developer/Xcode/Templates/ You can locate this folder by using Finder (Go to folder...) Shift+Command+G -Then when creating, New File... , Scroll down to section with Tempalte name that you added. +Then when creating, New File... , Scroll down to section with Template name that you added.