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 @@
//
// LAJSONExplorerViewController.h
// LottieAnimator
//
// Created by Brandon Withrow on 12/15/15.
// Copyright © 2015 Brandon Withrow. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface JSONExplorerViewController : UIViewController
@property (nonatomic, copy) void (^completionBlock)(NSString *jsonURL);
@end