Files
GitHawk/Pods/StyledTextKit/Source/NSAttributedStringKey+StyledText.swift
2018-06-02 23:14:11 -04:00

16 lines
329 B
Swift

//
// NSAttributedStringKey+StyledText.swift
// StyledTextKit
//
// Created by Ryan Nystrom on 5/29/18.
// Copyright © 2018 Ryan Nystrom. All rights reserved.
//
import Foundation
public extension NSAttributedStringKey {
static let highlight = NSAttributedStringKey("com.whoisryannystrom.styledtextkit.highlight")
}