nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.56k stars 671 forks source link

fix access control and from variables to constants #99

Closed quokkaKyu closed 1 week ago

quokkaKyu commented 1 week ago

Hello, thank you for sharing your great project on github.

I am applying Clean Architecture to my SwiftUI project by referring to your project.

While checking the project, I thought it would be good if the access controls and variables were modified, so I am making a request.

have a good day!

nalexn commented 1 week ago

Thanks for the PR!