Swiftgram/TelegramUI/ChatMediaInputPane.swift
Peter Iakovlev d36e7e3a6e no message
2018-02-23 20:28:31 +04:00

14 lines
336 B
Swift

import Foundation
import AsyncDisplayKit
import Display
struct ChatMediaInputPaneScrollState {
let absoluteOffset: CGFloat?
let relativeChange: CGFloat
}
class ChatMediaInputPane: ASDisplayNode {
func updateLayout(size: CGSize, topInset: CGFloat, bottomInset: CGFloat, transition: ContainedViewLayoutTransition) {
}
}