UIImage+PKDownloadButton.h 418 B

12345678910111213141516
  1. //
  2. // UIImage+PKDownloadButton.h
  3. // Download
  4. //
  5. // Created by Pavel on 31/05/15.
  6. // Copyright (c) 2015 Katunin. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (PKDownloadButton)
  10. + (UIImage *)stopImageOfSize:(CGFloat)size color:(UIColor *)color;
  11. + (UIImage *)borderedImageWithFill:(UIColor *)fillColor radius:(CGFloat)radius lineColor:(UIColor *)lineColor lineWidth:(CGFloat)lineWidth;
  12. @end