mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-04-29 14:36:31 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
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>
|
|
|