mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update lottie-ios
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// AnimationSubview.swift
|
||||
// lottie-swift-iOS
|
||||
//
|
||||
// Created by Brandon Withrow on 2/5/19.
|
||||
//
|
||||
|
||||
#if os(macOS)
|
||||
import AppKit
|
||||
|
||||
/// A view that can be added to a keypath of an AnimationView
|
||||
public final class AnimationSubview: NSView {
|
||||
|
||||
var viewLayer: CALayer? {
|
||||
layer
|
||||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user