mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Converted to a CocoaPod
This commit is contained in:
15
Example/lottie-ios/LAAppDelegate.h
Normal file
15
Example/lottie-ios/LAAppDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// LAAppDelegate.h
|
||||
// lottie-ios
|
||||
//
|
||||
// Created by Brandon Withrow on 01/26/2017.
|
||||
// Copyright (c) 2017 Brandon Withrow. All rights reserved.
|
||||
//
|
||||
|
||||
@import UIKit;
|
||||
|
||||
@interface LAAppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user