Home
last modified time | relevance | path

Searched refs:LottieContainerViewDelegate (Results 1 – 3 of 3) sorted by relevance

/expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/
H A DLottieContainerView.h8 @protocol LottieContainerViewDelegate
14 @property (nonatomic, weak) id <LottieContainerViewDelegate> _Nullable delegate;
H A DLottieAnimationViewComponentView.h8 @interface LottieAnimationViewComponentView : RCTViewComponentView <LottieContainerViewDelegate>
/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DContainerView.swift4 @objc protocol LottieContainerViewDelegate { protocol
25 @objc weak var delegate: LottieContainerViewDelegate? = nil