ImgurBar build with Clean Architecture approach using SOLID principles.
The Core module contains all platform-agnostic protocols and data structures. It does not contain any business logic.
The AppDelegate is a composition root of this project. It creates and combines all the objects into a working solution.
- 🟢 Core
- 🔵 API (Networking)
- 🟠 Application (platform-specific logic)