//// AnimationSubview.swift// lottie-swift//// Created by Brandon Withrow on 2/4/19.//#if canImport(UIKit)importUIKit/// A view that can be added to a keypath of an AnimationViewpublicfinalclassAnimationSubview:UIView{varviewLayer:CALayer?{layer}}#endif