//// AnimationSubview.swift// lottie-swift-iOS//// Created by Brandon Withrow on 2/5/19.//#if os(macOS)importAppKit/// A view that can be added to a keypath of an AnimationViewpublicfinalclassAnimationSubview:NSView{varviewLayer:CALayer?{layer}}#endif