Rewrite AutoFill extension
This commit is contained in:
parent
7e034d9c99
commit
40ac070232
13 changed files with 609 additions and 216 deletions
|
|
@ -0,0 +1,13 @@
|
|||
//
|
||||
// PasswordSelectionDelegate.swift
|
||||
// passAutoFillExtension
|
||||
//
|
||||
// Created by Sun, Mingshen on 12/31/20.
|
||||
// Copyright © 2020 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import passKit
|
||||
|
||||
protocol PasswordSelectionDelegate: AnyObject {
|
||||
func selected(password: PasswordTableEntry)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue