mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Quotes
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import Foundation
|
||||
import UIKit
|
||||
import AsyncDisplayKit
|
||||
import TelegramPresentationData
|
||||
import ChatPresentationInterfaceState
|
||||
|
||||
open class AccessoryPanelNode: ASDisplayNode {
|
||||
open var originalFrameBeforeDismissed: CGRect?
|
||||
open var dismiss: (() -> Void)?
|
||||
open var interfaceInteraction: ChatPanelInterfaceInteraction?
|
||||
|
||||
open func updateThemeAndStrings(theme: PresentationTheme, strings: PresentationStrings) {
|
||||
}
|
||||
|
||||
open func updateState(size: CGSize, inset: CGFloat, interfaceState: ChatPresentationInterfaceState) {
|
||||
}
|
||||
|
||||
open func animateIn() {
|
||||
}
|
||||
|
||||
open func animateOut() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user