mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-14 01:35:05 +08:00
16 lines
329 B
Swift
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")
|
|
|
|
}
|