Andrea Prearo
Andrea Prearo
This PR addresses Issue https://github.com/Geek-1001/Clue/issues/12.
**Description** Right now, we are using `CLUVideoWriter` to write video content to file. We'd like to create a specific writer for video content (`VideoWriter`) to better encapsulate this functionality.
**Description** We should create a `Writable` Swift protocol to replace `CLUWritable`. This would allow to migrate, over a period of time, all classes dependent on `CLUWritable` to Swift. **Depends on...