mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-19 17:51:29 +00:00

git-subtree-dir: submodules/lottie-ios git-subtree-mainline: 76e5a7fab6b0222780f346530cdbeeff96f3e105 git-subtree-split: d40e390fbe6d7ef3b417876af6fdce5e4d2aa335
14 lines
256 B
Objective-C
14 lines
256 B
Objective-C
//
|
|
// LADownloadTestViewController.h
|
|
// Lottie-Example
|
|
//
|
|
// Created by brandon_withrow on 1/4/18.
|
|
// Copyright © 2018 Brandon Withrow. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LADownloadTestViewController : UIViewController
|
|
|
|
@end
|