mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Update RiotSwiftUI symbols to triple slash documentation style with function annotations.
This commit is contained in:
@@ -16,10 +16,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
/**
|
||||
Class that can be extended and supports
|
||||
injection and the `@Inject` property wrapper.
|
||||
*/
|
||||
/// Class that can be extended that supports injection and the `@Inject` property wrapper.
|
||||
open class InjectableObject: Injectable {
|
||||
var dependencies: DependencyContainer!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user