forked from organicmaps/organicmaps
[ios] remove unneeded imports and copyrights
This commit is contained in:
parent
e512195cc6
commit
5101e8bd39
5 changed files with 1 additions and 41 deletions
|
@ -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 }
|
||||
|
|
|
@ -383,6 +383,6 @@ UIColor * color(SEL cmd)
|
|||
}
|
||||
|
||||
+ (UIColor *)facebookButtonBackgroundDisabled {
|
||||
return [self.facebookButtonBackground colorWithAlphaComponent:.7];
|
||||
return [self.facebookButtonBackground colorWithAlphaComponent:alpha70];
|
||||
}
|
||||
@end
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue