Add missing file headers (#503)
This commit is contained in:
parent
64117d91cc
commit
91229b3bbd
4 changed files with 25 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
//
|
||||
// PasswordNavigationViewController.swift
|
||||
// pass
|
||||
//
|
||||
// Created by Mingshen Sun on 17/1/2021.
|
||||
// Copyright © 2021 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import passKit
|
||||
import SVProgressHUD
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
//
|
||||
// PasswordEncryptor.swift
|
||||
// pass
|
||||
//
|
||||
// Created by Mingshen Sun on 17/1/2021.
|
||||
// Copyright © 2021 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import passKit
|
||||
|
||||
func encryptPassword(in controller: UIViewController, with password: Password, keyID: String? = nil, completion: @escaping (() -> Void)) {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
//
|
||||
// PasswordManager.swift
|
||||
// pass
|
||||
//
|
||||
// Created by Mingshen Sun on 17/1/2021.
|
||||
// Copyright © 2021 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import passKit
|
||||
import SVProgressHUD
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
// PasswordStoreTest.swift
|
||||
// passKitTests
|
||||
//
|
||||
// Created by Mingshen Sun on 13/4/2020.
|
||||
// Copyright © 2020 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue