123456789101112131415 |
- #import <UIKit/UIKit.h>
- @interface FMPAImageView : UIImageView
- @property (nonatomic, assign, getter = isCacheEnabled) BOOL cacheEnabled;
- @property (nonatomic, strong) UIImageView *containerImageView;
- - (id)initWithFrame:(CGRect)frame backgroundProgressColor:(UIColor *)backgroundProgresscolor;
- @end
|