mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
16 lines
272 B
Objective-C
16 lines
272 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 "CGGeometryAdditions.h"
|
|
|
|
#endif /* LOTHelpers_h */
|