From 1a192e74d0b4463101d66123239fe820b42aa5cf Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 26 Jul 2021 17:51:35 -0500 Subject: [PATCH] Change Entity Access --- Sources/TwitterText/Entity.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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