import CoreGraphics import Foundation extension Math { class DisplayShiftedNode: DisplayNode { var shiftDown: CGFloat = 0 } }