mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Update RiotSwiftUI symbols to triple slash documentation style with function annotations.
This commit is contained in:
@@ -16,12 +16,11 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
/**
|
||||
A protocol that any class or struct can conform to
|
||||
so that it can easily produce avatar data.
|
||||
E.g. MXRoom, MxUser can conform to this making it
|
||||
easy to grab the avatar data for display.
|
||||
*/
|
||||
/// A protocol that any class or struct can conform to
|
||||
/// so that it can easily produce avatar data.
|
||||
///
|
||||
/// E.g. MXRoom, MxUser can conform to this making it
|
||||
/// easy to grab the avatar data for display.
|
||||
protocol Avatarable: AvatarInputProtocol { }
|
||||
extension Avatarable {
|
||||
var avatarData: AvatarInput {
|
||||
|
||||
Reference in New Issue
Block a user