Rename feedIcon asset to nnwFeedIcon.

This commit is contained in:
Brent Simmons
2024-12-15 20:41:30 -08:00
parent 2298a43d5b
commit 40b6a45db6
10 changed files with 29 additions and 1 deletions

View File

@@ -51,6 +51,11 @@ struct AppAssets {
return UIImage(named: "accountTheOldReader")!
}()
<<<<<<< HEAD
=======
static let nnwFeedIcon = RSImage(named: "nnwFeedIcon")!
>>>>>>> ecbc38963 (Rename feedIcon asset to nnwFeedIcon.)
static var articleExtractorError: UIImage = {
return UIImage(named: "articleExtractorError")!
}()