Add missing file headers (#503)

This commit is contained in:
Danny Mösch 2021-09-03 02:50:40 +02:00 committed by GitHub
parent 64117d91cc
commit 91229b3bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 0 deletions

View file

@ -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

View file

@ -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)) {

View file

@ -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

View file

@ -2,6 +2,7 @@
// PasswordStoreTest.swift
// passKitTests
//
// Created by Mingshen Sun on 13/4/2020.
// Copyright © 2020 Bob Sun. All rights reserved.
//