Add 'submodules/lottie-ios/' from commit 'd40e390fbe6d7ef3b417876af6fdce5e4d2aa335'

git-subtree-dir: submodules/lottie-ios
git-subtree-mainline: 76e5a7fab6
git-subtree-split: d40e390fbe
This commit is contained in:
Peter
2019-06-11 18:54:21 +01:00
427 changed files with 26569 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// AppDelegate.h
// Example for lottie-macos
//
// Created by Oleksii Pavlovskyi on 2/2/17.
// Copyright © 2017 Brandon Withrow. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end