Forked from pookjw/RichTextEditor_SwiftUI.swiftinterface
Created
February 8, 2025 04:13
-
-
Save rijieli/b782530bc1e82626e43f15410e7c097b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@available(iOS 15.0, *) | |
public struct RichTextEditor : SwiftUICore.View { | |
public init(text: SwiftUICore.Binding<Foundation.AttributedString>) | |
@_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { | |
get | |
} | |
@available(iOS 15.0, *) | |
public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14RichTextEditorV4bodyQrvp", 0) __ | |
} | |
@available(*, unavailable) | |
extension SwiftUI.RichTextEditor : Swift.Sendable { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment