mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
18 lines
399 B
Objective-C
Executable file
18 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>
|
|
|