[ios] remove unneeded imports and copyrights

This commit is contained in:
Aleksey Belousov 2018-05-16 13:36:44 +03:00 committed by Aleksey Belousov
parent e512195cc6
commit 5101e8bd39
5 changed files with 1 additions and 41 deletions

View file

@ -1,13 +1,3 @@
//
// NSAttributedString+HTML.swift
// MAPS.ME
//
// Created by Aleksey Belousov on 15/05/2018.
// Copyright © 2018 MapsWithMe. All rights reserved.
//
import Foundation
extension NSAttributedString {
public class func string(withHtml htmlString:String, defaultAttributes attributes:[NSAttributedStringKey : Any]) -> NSAttributedString? {
guard let data = htmlString.data(using: .utf8) else { return nil }

View file

@ -383,6 +383,6 @@ UIColor * color(SEL cmd)
}
+ (UIColor *)facebookButtonBackgroundDisabled {
return [self.facebookButtonBackground colorWithAlphaComponent:.7];
return [self.facebookButtonBackground colorWithAlphaComponent:alpha70];
}
@end

View file

@ -1,13 +1,3 @@
//
// Checkmark.swift
// MAPS.ME
//
// Created by Aleksey Belousov on 15/05/2018.
// Copyright © 2018 MapsWithMe. All rights reserved.
//
import UIKit
@IBDesignable
class Checkmark: UIControl {

View file

@ -1,13 +1,3 @@
//
// LeftAlignedIconButton.swift
// MAPS.ME
//
// Created by Aleksey Belousov on 15/05/2018.
// Copyright © 2018 MapsWithMe. All rights reserved.
//
import UIKit
@IBDesignable
class LeftAlignedIconButton: UIButton {
override func layoutSubviews() {

View file

@ -1,13 +1,3 @@
//
// LinkTextView.swift
// MAPS.ME
//
// Created by Aleksey Belousov on 15/05/2018.
// Copyright © 2018 MapsWithMe. All rights reserved.
//
import UIKit
class LinkTextView : UITextView {
override var canBecomeFirstResponder: Bool {
return false;