mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Initial Commit of the new Lottie Renderer V2
This commit is contained in:
15
Example/lottie-ios/LAQRScannerViewController.h
Normal file
15
Example/lottie-ios/LAQRScannerViewController.h
Normal 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
|
||||
Reference in New Issue
Block a user