mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
19 lines
399 B
Objective-C
Executable File
19 lines
399 B
Objective-C
Executable File
//
|
|
// RLottie.h
|
|
// RLottie
|
|
//
|
|
// Created by Peter on 6/25/19.
|
|
// Copyright © 2019 Telegram LLP. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for RLottie.
|
|
FOUNDATION_EXPORT double RLottieBindingVersionNumber;
|
|
|
|
//! Project version string for RLottie.
|
|
FOUNDATION_EXPORT const unsigned char RLottieBindingVersionString[];
|
|
|
|
#import <RLottieBinding/LottieInstance.h>
|
|
|