mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-18 01:01:11 +00:00
10 lines
188 B
Objective-C
Executable File
10 lines
188 B
Objective-C
Executable File
#ifndef Lottie_h
|
|
#define Lottie_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
UIImage * _Nullable drawSvgImage(NSData * _Nonnull data, CGSize size);
|
|
|
|
#endif /* Lottie_h */
|