mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
14 lines
260 B
Objective-C
14 lines
260 B
Objective-C
#ifndef VectorsCocoa_h
|
|
#define VectorsCocoa_h
|
|
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
namespace lottie {
|
|
|
|
::CATransform3D nativeTransform(CATransform3D const &value);
|
|
CATransform3D fromNativeTransform(::CATransform3D const &value);
|
|
|
|
}
|
|
|
|
#endif /* VectorsCocoa_h */
|