Skip to content

Commit

Permalink
Change Entity Access
Browse files Browse the repository at this point in the history
  • Loading branch information
nskonieczko committed Jul 26, 2021
1 parent d39e4a8 commit 1a192e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/TwitterText/Entity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a192e7

Please sign in to comment.