Converted to a CocoaPod

This commit is contained in:
Brandon Withrow
2017-01-26 12:20:43 -08:00
parent 1505caf27d
commit d74c9d249a
203 changed files with 3183 additions and 1484 deletions

View 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