@@ -623,6 +623,7 @@ extension Unicode.Scalar.Properties {
623
623
///
624
624
/// This property corresponds to the `Emoji` property in the
625
625
/// [Unicode Standard](http://www.unicode.org/versions/latest/).
626
+ @available ( macOS 10 . 12 . 2 , iOS 10 . 2 , tvOS 10 . 1 , watchOS 3 . 1 . 1 , * )
626
627
public var isEmoji : Bool {
627
628
return _hasBinaryProperty ( __swift_stdlib_UCHAR_EMOJI)
628
629
}
@@ -639,6 +640,7 @@ extension Unicode.Scalar.Properties {
639
640
///
640
641
/// This property corresponds to the `Emoji_Presentation` property in the
641
642
/// [Unicode Standard](http://www.unicode.org/versions/latest/).
643
+ @available ( macOS 10 . 12 . 2 , iOS 10 . 2 , tvOS 10 . 1 , watchOS 3 . 1 . 1 , * )
642
644
public var isEmojiPresentation : Bool {
643
645
return _hasBinaryProperty ( __swift_stdlib_UCHAR_EMOJI_PRESENTATION)
644
646
}
@@ -652,6 +654,7 @@ extension Unicode.Scalar.Properties {
652
654
///
653
655
/// This property corresponds to the `Emoji_Modifier` property in the
654
656
/// [Unicode Standard](http://www.unicode.org/versions/latest/).
657
+ @available ( macOS 10 . 12 . 2 , iOS 10 . 2 , tvOS 10 . 1 , watchOS 3 . 1 . 1 , * )
655
658
public var isEmojiModifier : Bool {
656
659
return _hasBinaryProperty ( __swift_stdlib_UCHAR_EMOJI_MODIFIER)
657
660
}
@@ -661,6 +664,7 @@ extension Unicode.Scalar.Properties {
661
664
///
662
665
/// This property corresponds to the `Emoji_Modifier_Base` property in the
663
666
/// [Unicode Standard](http://www.unicode.org/versions/latest/).
667
+ @available ( macOS 10 . 12 . 2 , iOS 10 . 2 , tvOS 10 . 1 , watchOS 3 . 1 . 1 , * )
664
668
public var isEmojiModifierBase : Bool {
665
669
return _hasBinaryProperty ( __swift_stdlib_UCHAR_EMOJI_MODIFIER_BASE)
666
670
}
0 commit comments