Fix file header format

This commit is contained in:
Danny Moesch 2020-09-20 13:46:54 +02:00 committed by Mingshen Sun
parent 50b2e0f088
commit 4ffbafc47e
3 changed files with 21 additions and 21 deletions

View file

@ -1,10 +1,10 @@
/* //
UICodeHighlightingLabel.swift // UICodeHighlightingLabel.swift
pass // pass
//
Created by Danny Moesch on 20.01.19. // Created by Danny Moesch on 20.01.19.
Copyright © 2019 Bob Sun. All rights reserved. // Copyright © 2019 Bob Sun. All rights reserved.
*/ //
import passKit import passKit
import UIKit import UIKit

View file

@ -1,10 +1,10 @@
/* //
UILocalizedLabel.swift // UILocalizedLabel.swift
pass // pass
//
Created by Danny Moesch on 20.01.19. // Created by Danny Moesch on 20.01.19.
Copyright © 2019 Bob Sun. All rights reserved. // Copyright © 2019 Bob Sun. All rights reserved.
*/ //
import passKit import passKit
import UIKit import UIKit

View file

@ -1,10 +1,10 @@
/* //
String+Localization.swift // String+Localization.swift
passKit // passKit
//
Created by Danny Moesch on 12.01.19. // Created by Danny Moesch on 12.01.19.
Copyright © 2019 Bob Sun. All rights reserved. // Copyright © 2019 Bob Sun. All rights reserved.
*/ //
extension String { extension String {
public func localize() -> String { public func localize() -> String {