Skip to content

Commit

Permalink
making stuff public
Browse files Browse the repository at this point in the history
  • Loading branch information
GPryan committed Aug 7, 2019
1 parent c455fc5 commit 8d063d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SkeletonLabel/SkeletonLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import UIKit
}
}

override var text: String? {
override public var text: String? {
didSet {
guard let string = self.text, !string.isEmpty else { return }
self.unskeletonize()
Expand Down

0 comments on commit 8d063d4

Please sign in to comment.