// // LOTMaskContainer.h // Lottie // // Created by brandon_withrow on 7/19/17. // Copyright © 2017 Airbnb. All rights reserved. // #import #import "LOTMask.h" @interface LOTMaskContainer : CALayer - (instancetype _Nonnull)initWithMasks:(NSArray * _Nonnull)masks; @property (nonatomic, strong, nullable) NSNumber *currentFrame; @end