Swiftgram/Example/lottie-ios/LAQRScannerViewController.h
2017-07-28 14:46:27 -07:00

16 lines
320 B
Objective-C

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