#import #import #import "PLYAnimationHandle.h" @interface PLYAnimationDelegate : NSObject - (instancetype)initWithHandle:(PLYAnimationHandle *)handle; @property (nonatomic, weak, readonly) PLYAnimationHandle *handle; @end