[Improvement] Small, tiny things #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/various"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work on implementing some public interfaces that were forgotten during the development of this app and, of course, improves the text of the README file a bit more.
To give further details about the work done:
Service
protocol in thePersistence
library and conformed thePersistenceService
service to it;Service
protocol in theRemote
library and conformed theRemoteService
service to it;Application
protocol in theCore
library and conformed theUIApplication
class to it;DependencyService
service to use these protocols instead;