mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
14 lines
263 B
Objective-C
14 lines
263 B
Objective-C
//
|
|
// AnimationExplorerViewController.h
|
|
// LottieExamples
|
|
//
|
|
// Created by brandon_withrow on 1/25/17.
|
|
// Copyright © 2017 Brandon Withrow. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AnimationExplorerViewController : UIViewController
|
|
|
|
@end
|