mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Attachment menu improvements
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user