diff --git a/Sources/TwitterText/Entity.swift b/Sources/TwitterText/Entity.swift index e56e563..89d918c 100644 --- a/Sources/TwitterText/Entity.swift +++ b/Sources/TwitterText/Entity.swift @@ -6,8 +6,8 @@ import Foundation public class Entity { - var type: EntityType - var range: NSRange + public internal(set) var type: EntityType + public internal(set) var range: NSRange public init(withType type: EntityType, range: NSRange) { self.type = type