FMPAImageView.h 348 B

123456789101112131415
  1. //
  2. // SPMImageAsyncView.h
  3. // ImageDL
  4. //
  5. //
  6. #import <UIKit/UIKit.h>
  7. @interface FMPAImageView : UIImageView
  8. @property (nonatomic, assign, getter = isCacheEnabled) BOOL cacheEnabled;
  9. @property (nonatomic, strong) UIImageView *containerImageView;
  10. - (id)initWithFrame:(CGRect)frame backgroundProgressColor:(UIColor *)backgroundProgresscolor;
  11. @end