Fix file header format
This commit is contained in:
parent
50b2e0f088
commit
4ffbafc47e
3 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue