mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Update RiotSwiftUI symbols to triple slash documentation style with function annotations.
This commit is contained in:
@@ -16,10 +16,9 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
/**
|
||||
A Modifier to be called from the top-most SwiftUI view before being added to a HostViewController
|
||||
Provides any app level configuration the SwiftUI hierarchy might need (E.g. to monitor theme changes).
|
||||
*/
|
||||
/// A Modifier to be called from the top-most SwiftUI view before being added to a HostViewController.
|
||||
///
|
||||
/// Provides any app level configuration the SwiftUI hierarchy might need (E.g. to monitor theme changes).
|
||||
@available(iOS 14.0, *)
|
||||
struct VectorContentModifier: ViewModifier {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user