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