Skip to content

Commit

Permalink
Formatting fixes & merge.
Browse files Browse the repository at this point in the history
Resolving a conflict.
  • Loading branch information
Todd Showalter committed Aug 5, 2024
1 parent 701c66e commit 54c1d21
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Sources/MobileSdk/StorageManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,6 @@
import Foundation
import SpruceIDMobileSdkRs

// The following is a stripped-down version of the protocol definition from mobile-sdk-rs against which the storage
// manager is intended to link.

/*
public typealias Key = String
public typealias Value = Data

public protocol StorageManagerInterface : AnyObject {
func add(key: Key, value: Value) throws
func get(key: Key) throws -> Value
func list() -> [Key]
func remove(key: Key) throws
}
*/

/// Store and retrieve sensitive data.

class StorageManager: NSObject, StorageManagerInterface {
Expand Down

0 comments on commit 54c1d21

Please sign in to comment.