brandon_withrow ac25888790 Update Pods
2017-08-01 17:03:47 -07:00

19 lines
323 B
Objective-C

//
// LAMainView.h
// lottie-ios
//
// Created by brandon_withrow on 8/1/17.
// Copyright © 2017 Brandon Withrow. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface LAMainView : NSView
- (void)setAnimationProgress:(CGFloat)progress;
- (void)playAnimation;
- (void)rewindAnimation;
- (void)toggleLoop;
@end