Add Share context menu for timeline

This commit is contained in:
Maurice Parker
2019-08-19 18:09:38 -05:00
parent badc2d3e25
commit 71343b9e72
2 changed files with 51 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ struct AppAssets {
return UIImage(named: "settingsImage")!
}()
static var shareImage: UIImage = {
return UIImage(systemName: "square.and.arrow.up")!
}()
static var smartFeedColor: UIColor = {
return UIColor(named: "smartFeedColor")!
}()