mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Apply documentation suggestions from code review
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
import Foundation
|
||||
|
||||
/**
|
||||
A protcol that any class or struct can conform to
|
||||
A protocol that any class or struct can conform to
|
||||
so that it can easiy produce avatar data.
|
||||
E.g. MXRoom, MxUser cna conform to this making it
|
||||
E.g. MXRoom, MxUser can conform to this making it
|
||||
easy to grab the avatar data for display.
|
||||
*/
|
||||
protocol Avatarable: AvatarInputProtocol { }
|
||||
|
||||
Reference in New Issue
Block a user