Attachment menu improvements

This commit is contained in:
Ilya Laktyushin
2022-02-22 23:49:26 +03:00
parent 3ddf3518c5
commit 2c3a1c802b
14 changed files with 249 additions and 85 deletions

View File

@@ -23,10 +23,15 @@ public enum AttachmentButtonType: Equatable {
public protocol AttachmentContainable: ViewController {
var requestAttachmentMenuExpansion: () -> Void { get set }
func resetForReuse()
func prepareForReuse()
}
public extension AttachmentContainable {
func resetForReuse() {
}
func prepareForReuse() {
}