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

16 lines
374 B
Objective-C

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