14 lines
500 B
Swift
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)
|
|
}
|
|
}
|
|
|