2019-12-26 15:45:35 +04:00

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