Skip to content

Commit

Permalink
Made MarkDownTextView open for subclassing (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
steefys authored and jvanzummeren committed Jul 25, 2019
1 parent 6bdf410 commit 68efa1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- markymark (9.1.0)
- markymark (9.1.3)
- SwiftLint (0.28.1)

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
markymark: 19d86b2c69b6c1a0dd1ff2a45e8c2c0d36db10be
markymark: 03e3e4d4ffa9978946ac4b6aa38214e87af88a21
SwiftLint: 7f5f7de0da74a649b16616cb5246ae323489656e

PODFILE CHECKSUM: ac26bbd0b2acca180dc458845f0951e758f55812
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum MarkDownConfiguration {
}

@IBDesignable
public class MarkDownTextView: UIView {
open class MarkDownTextView: UIView {

public var onDidConvertMarkDownItemToView:((_ markDownItem: MarkDownItem, _ view: UIView) -> Void)?

Expand Down

0 comments on commit 68efa1d

Please sign in to comment.