diff --git a/ExampleMVVM/Application/AppAppearance.swift b/ExampleMVVM/Application/AppAppearance.swift index e586ddc0..38dadb42 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 b9754e73..1eee7d95 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 5daa40fd..17193f27 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 13364ba5..3db38686 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 2d4f3389..cfd1eac2 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 15a23e46..4a348851 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 90188bff..b68c0d24 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.