Skip to content

Commit ead2a4a

Browse files
committed
Identifiable conformance of NKShareAccounts
This enables the presentation of NKShareAccounts in a SwiftUI list. Signed-off-by: Iva Horn <iva.horn@icloud.com>
1 parent d65db5d commit ead2a4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/NextcloudKit/NKShareAccounts.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Foundation
77
import UIKit
88

99
public class NKShareAccounts: NSObject {
10-
public class DataAccounts: NSObject {
10+
public class DataAccounts: NSObject, Identifiable {
1111
public var url: String
1212
public var user: String
1313
public var name: String?

0 commit comments

Comments
 (0)