diff options
| author | Fuwn <[email protected]> | 2025-09-05 19:48:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-05 19:48:59 -0700 |
| commit | d5b81fcbc1a8c009204b2482d490e8d8b96c6c26 (patch) | |
| tree | 3cf3593d4aa9facf028d4fe40d952f848f5b2b3f /Sora/Extensions/SettingsFavoritePost+Date.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-d5b81fcbc1a8c009204b2482d490e8d8b96c6c26.tar.xz sora-testing-d5b81fcbc1a8c009204b2482d490e8d8b96c6c26.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Extensions/SettingsFavoritePost+Date.swift')
| -rw-r--r-- | Sora/Extensions/SettingsFavoritePost+Date.swift | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Sora/Extensions/SettingsFavoritePost+Date.swift b/Sora/Extensions/SettingsFavoritePost+Date.swift new file mode 100644 index 0000000..9f21af3 --- /dev/null +++ b/Sora/Extensions/SettingsFavoritePost+Date.swift @@ -0,0 +1,5 @@ +import SwiftUI + +extension SettingsFavoritePost: GenericItem { + var date: Date { createdAt } +} |