MKRingProgressView.h 566 B

1234567891011121314151617181920
  1. //
  2. // MKRingProgressView.h
  3. // MKRingProgressView
  4. //
  5. // Created by Max Konovalov on 14/02/2017.
  6. // Copyright © 2017 Max Konovalov. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for MKRingProgressView.
  10. FOUNDATION_EXPORT double MKRingProgressViewVersionNumber;
  11. //! Project version string for MKRingProgressView.
  12. FOUNDATION_EXPORT const unsigned char MKRingProgressViewVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <MKRingProgressView/PublicHeader.h>