mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Add documentation
This commit is contained in:
@@ -52,7 +52,6 @@ class RoomInputToolbarTextView: UITextView {
|
||||
|
||||
override var text: String! {
|
||||
didSet {
|
||||
assert(false)
|
||||
updateUI()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,6 +55,12 @@ typedef enum : NSUInteger
|
||||
*/
|
||||
- (void)roomInputToolbarViewDidOpenActionMenu:(MXKRoomInputToolbarView*)toolbarView;
|
||||
|
||||
/**
|
||||
Tells the delegate that the user wants to send an attributed text message.
|
||||
|
||||
@param toolbarView the room input toolbar view.
|
||||
@param attributedTextMessage the attributed string to send.
|
||||
*/
|
||||
- (void)roomInputToolbarView:(RoomInputToolbarView *)toolbarView sendAttributedTextMessage:(NSAttributedString *)attributedTextMessage;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user