Swiftgram/AsyncDisplayKit/ASImageNode+AnimatedImage.h
2016-04-13 14:23:02 -07:00

24 lines
363 B
Objective-C

//
// ASImageNode+AnimatedImage.h
// Pods
//
// Created by Garrett Moon on 3/22/16.
//
//
#import "ASImageNode.h"
#import "ASImageProtocols.h"
@interface ASImageNode ()
@property (atomic, assign) BOOL animatedImagePaused;
@end
@interface ASImageNode (AnimatedImage)
@property (nullable, atomic, strong) id <ASAnimatedImageProtocol> animatedImage;
@end