mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-16 02:20:07 +00:00
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
|