mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 19:09:56 +00:00
27 lines
463 B
Objective-C
27 lines
463 B
Objective-C
//
|
|
// LOTHelpers.h
|
|
// Lottie
|
|
//
|
|
// Created by Brandon Withrow on 7/28/16.
|
|
// Copyright © 2016 Brandon Withrow. All rights reserved.
|
|
//
|
|
|
|
#ifndef LOTHelpers_h
|
|
#define LOTHelpers_h
|
|
|
|
#import "UIColor+Expanded.h"
|
|
#import "CGGeometry+LOTAdditions.h"
|
|
#import "LOTBezierPath.h"
|
|
|
|
#define ENABLE_DEBUG_LOGGING NO
|
|
#define ENABLE_DEBUG_SHAPES NO
|
|
|
|
#endif /* LOTHelpers_h */
|
|
|
|
// TODO Feature Phase
|
|
/*
|
|
- Trim Path individually
|
|
- Image Cache Support
|
|
- Skew transform
|
|
*/
|