Swiftgram/Display/AlertContentNode.swift
2017-02-11 17:02:35 +03:00

11 lines
251 B
Swift

import Foundation
import AsyncDisplayKit
open class AlertContentNode: ASDisplayNode {
open func updateLayout(size: CGSize, transition: ContainedViewLayoutTransition) -> CGSize {
assertionFailure()
return CGSize()
}
}