Skip to content

Instantly share code, notes, and snippets.

@ihamadfuad
Created February 21, 2022 06:59
Show Gist options
  • Save ihamadfuad/476d821509920e882e24fe967b79c137 to your computer and use it in GitHub Desktop.
Save ihamadfuad/476d821509920e882e24fe967b79c137 to your computer and use it in GitHub Desktop.
import SwiftUI
import KeychainAccess
@propertyWrapper
struct KeychainStorage<T: Codable>: DynamicProperty {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment