You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
animatedImageView = (FLAnimatedImageView *)currentView.imageview;
NSData *imageData =animatedImageView.animatedImage.data;//这句报Property 'data' cannot be found in forward class object 'FLAnimatedImage'
animatedImageView = (FLAnimatedImageView *)currentView.imageview;
NSData *imageData =animatedImageView.animatedImage.data;//这句报Property 'data' cannot be found in forward class object 'FLAnimatedImage'