Skip to content

Commit

Permalink
Merge pull request #17 from nskonieczko/main
Browse files Browse the repository at this point in the history
Change Entity Access
  • Loading branch information
nysander authored Feb 25, 2022
2 parents d39e4a8 + 1a192e7 commit 4f92f83
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 4f92f83

Please sign in to comment.