Skip to content

Commit e0ce665

Browse files
committed
Make storage and html converter public.
1 parent 9cdaa78 commit e0ce665

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Aztec/Classes/TextKit/TextStorage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ open class TextStorage: NSTextStorage {
8181

8282
// MARK: - HTML Conversion
8383

84-
let htmlConverter = HTMLConverter()
84+
public let htmlConverter = HTMLConverter()
8585

8686
// MARK: - PluginManager
8787

Aztec/Classes/TextKit/TextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ open class TextView: UITextView {
267267

268268
// MARK: - TextKit Aztec Subclasses
269269

270-
var storage: TextStorage {
270+
public var storage: TextStorage {
271271
return textStorage as! TextStorage
272272
}
273273

0 commit comments

Comments
 (0)