mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-14 07:19:25 +00:00
20 lines
379 B
Objective-C
20 lines
379 B
Objective-C
//
|
|
// 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 RLottieVersionNumber;
|
|
|
|
//! Project version string for RLottie.
|
|
FOUNDATION_EXPORT const unsigned char RLottieVersionString[];
|
|
|
|
#import <RLottie/LottieInstance.h>
|
|
|
|
|