mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-13 09:50:17 +00:00
15 lines
346 B
Swift
15 lines
346 B
Swift
import Foundation
|
|
import AsyncDisplayKit
|
|
import Display
|
|
|
|
final class ThemeGridActionNode: NSObject {
|
|
// private let button: HighlightableButtonNode
|
|
// private var background: ASDisplayNode
|
|
// private var topSeparator: ASDisplayNode
|
|
// private var bottomSeparator: ASDisplayNode
|
|
|
|
override init() {
|
|
super.init()
|
|
}
|
|
}
|