swift-uwp/Sources/UWP/Generated/Windows.Data.Text+ABI.swift
2024-02-15 17:14:48 -08:00

14 lines
500 B
Swift

// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
// swiftlint:disable all
import Foundation
@_spi(WinRTInternal) @_spi(WinRTImplements) import WindowsFoundation
import CWinRT
public enum __ABI_Windows_Data_Text {
}
extension __x_ABI_CWindows_CData_CText_CTextSegment {
public static func from(swift: UWP.TextSegment) -> __x_ABI_CWindows_CData_CText_CTextSegment {
.init(StartPosition: swift.startPosition, Length: swift.length)
}
}