mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Converted to a CocoaPod
This commit is contained in:
15
Example/lottie-ios/JSONExplorerViewController.h
Normal file
15
Example/lottie-ios/JSONExplorerViewController.h
Normal 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
|
||||
Reference in New Issue
Block a user