Initial Commit of the new Lottie Renderer V2

This commit is contained in:
brandon_withrow
2017-07-28 14:46:27 -07:00
parent f537ef9764
commit 502b18ff46
252 changed files with 7291 additions and 1592 deletions

View File

@@ -0,0 +1,15 @@
//
// LAQRScannerViewController.h
// lottie-ios
//
// Created by brandon_withrow on 7/27/17.
// Copyright © 2017 Brandon Withrow. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LAQRScannerViewController : UIViewController
@property (nonatomic, copy) void (^completionBlock)(NSString *jsonURL);
@end