Skip to content

Commit

Permalink
Merge pull request #46 from yukiny0811/add-CaseIterable-to-BuiltInfont
Browse files Browse the repository at this point in the history
Add CaseIterable to BuiltInFont
  • Loading branch information
Nirma authored Mar 10, 2023
2 parents 781d4fc + 6c0080d commit b7d1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BuiltInFont.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

public enum BuiltInFont: String, FontRepresentable {
public enum BuiltInFont: String, FontRepresentable, CaseIterable {

// ======== ONLY Available in iOS 13+ ========
#if os(iOS)
Expand Down

0 comments on commit b7d1db2

Please sign in to comment.