remove deprecated data models

This commit is contained in:
Satindar Dhillon
2022-04-22 19:58:13 -07:00
parent 59533c9a2d
commit a63bf7928e
27 changed files with 269 additions and 399 deletions

View File

@ -58,7 +58,7 @@ extension AppDelegate: UNUserNotificationCenterDelegate {
// TODO: fix
// if let linkData = userInfo["link"] as? String {
// guard let jsonData = Data(base64Encoded: linkData) else { return }
// if let item = FeedItemDep.fromJsonArticle(linkData: jsonData) {
// if let item = FeedItem---D--ep.fromJsonArticle(linkData: jsonData) {
// NSNotification.pushFeedItem(feedItem: item)
// }
// }