mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 19:40:19 +00:00
16 lines
276 B
Objective-C
16 lines
276 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"
|
|
|
|
#endif /* LOTHelpers_h */
|