Swiftgram/lottie-ios/Classes/Private/LOTAnimationView_Internal.h
2017-08-04 14:39:51 -07:00

22 lines
445 B
Objective-C

//
// LOTAnimationView_Internal.h
// Lottie
//
// Created by Brandon Withrow on 12/7/16.
// Copyright © 2016 Brandon Withrow. All rights reserved.
//
#import "LOTAnimationView.h"
typedef enum : NSUInteger {
LOTConstraintTypeAlignToBounds,
LOTConstraintTypeAlignToLayer,
LOTConstraintTypeNone
} LOTConstraintType;
@interface LOTAnimationView () <CAAnimationDelegate>
@property (nonatomic, copy, nullable) NSString *cacheKey;
@end