To delete files without moving them to the ./trash on android
(on iOS they will be moved to the ./trash dir)
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
- add and implement @protocol RecentlyDeletedCategoriesManager
- move the bmmanager observing method to the @protocol BookmarksObservable to make manager mokable
- add RecentlyDeletedCategory class as a lightweight version of the `CategoryData` to pass to it the swift
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>