2019-12-28 02:32:15 +03:00

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 */