Swiftgram/submodules/GradientBackground/Sources/GradientBackground.swift
2021-05-29 01:10:45 +04:00

9 lines
264 B
Swift

import Foundation
import UIKit
import Display
import AsyncDisplayKit
public func createGradientBackgroundNode(useSharedAnimationPhase: Bool = false) -> GradientBackgroundNode {
return GradientBackgroundNode(useSharedAnimationPhase: useSharedAnimationPhase)
}