PKCircleView.h 411 B

123456789101112131415161718
  1. //
  2. // PKCircleView.h
  3. // Download
  4. //
  5. // Created by Pavel on 30/05/15.
  6. // Copyright (c) 2015 Katunin. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. IB_DESIGNABLE
  10. @interface PKCircleView : UIView
  11. @property (nonatomic, assign) IBInspectable CGFloat startAngleRadians;
  12. @property (nonatomic, assign) IBInspectable CGFloat endAngleRadians;
  13. @property (nonatomic, assign) IBInspectable CGFloat lineWidth;
  14. @end