Skip to content

Commit

Permalink
Merge pull request #5 from gpambrozio/xcode-beta
Browse files Browse the repository at this point in the history
Fixing project for new xcode
  • Loading branch information
nerdsupremacist committed Jul 19, 2020
2 parents 3fe617c + b6284c8 commit 0c66e56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#if os(iOS)
import Foundation
import UIKit

public protocol AttributesAndAttachmentsEditorDelegate: EditorDelegate {
func attachments(for value: Value, token: Value.Token) -> [NSTextAttachment]
Expand Down
1 change: 1 addition & 0 deletions Sources/Ogma/Editor/EditorDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#if os(iOS)
import Foundation
import UIKit

private let parsedURL = URL(string: "parsed://")!

Expand Down
1 change: 1 addition & 0 deletions Sources/Ogma/Editor/EditorDelegateProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#if os(iOS)
import Foundation
import UIKit

public protocol EditorDelegateProtocol: class {
var linkTextAttributes: [NSAttributedString.Key : Any]? { get }
Expand Down

0 comments on commit 0c66e56

Please sign in to comment.