mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update Settings for Accounts to work with the latest SwiftUI
This commit is contained in:
16
iOS/Model Extensions/Account-Extensions.swift
Normal file
16
iOS/Model Extensions/Account-Extensions.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Account-Extensions.swift
|
||||
// NetNewsWire-iOS
|
||||
//
|
||||
// Created by Maurice Parker on 9/7/19.
|
||||
// Copyright © 2019 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import Account
|
||||
|
||||
extension Account: Identifiable {
|
||||
public var id: String {
|
||||
return accountID
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user