mirror of
https://github.com/SideStore/SideStore.git
synced 2026-05-12 04:15:38 +02:00
[CHANGE] Replace system image name strings with SFSymbols
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import SFSafeSymbols
|
||||
|
||||
protocol NavigationTab: RawRepresentable, Identifiable, CaseIterable, Hashable where RawValue == Int {
|
||||
static var defaultTab: Self { get }
|
||||
var displaySymbol: String { get }
|
||||
var displaySymbol: SFSymbol { get }
|
||||
var displayName: String { get }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user