Fix file headers (#494)

This commit is contained in:
Danny Mösch 2021-08-28 07:32:31 +02:00 committed by GitHub
parent 4b05d5b2ae
commit 3eb131b65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 29 additions and 29 deletions

View file

@ -1,6 +1,6 @@
//
// PasscodeLockPresenter.swift
// PasscodeLock
// passKit
//
// Created by Yishi Lin on 10/04/2018.
// Copyright © 2018 Yishi Lin. All rights reserved.

View file

@ -1,6 +1,6 @@
//
// PasscodeLockPresenter.swift
// PasscodeLock
// PasscodeLockViewController.swift
// passKit
//
// Created by Yishi Lin on 10/04/2018.
// Copyright © 2018 Yishi Lin. All rights reserved.
@ -86,7 +86,7 @@ open class PasscodeLockViewController: UIViewController, UITextFieldDelegate {
self.cancelButton = cancelButton
// Display the Pass icon in the middle of the screen
let bundle = Bundle(for: PasscodeLockViewController.self)
let bundle = Bundle(for: Self.self)
let appIcon = UIImage(named: "PasscodeLockViewIcon", in: bundle, compatibleWith: nil)
let appIconSize = (appIcon?.size.height) ?? 0
let appIconView = UIImageView(image: appIcon)