mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-13 14:59:23 +00:00
10 lines
240 B
Objective-C
Executable File
10 lines
240 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, UIColor *backgroundColor, UIColor *foregroundColor);
|
|
|
|
#endif /* Lottie_h */
|