Swiftgram/Example/lottie-ios/JSONExplorerViewController.h
2017-01-26 12:20:43 -08:00

16 lines
329 B
Objective-C

//
// 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