From 21d3023a9b7b6aff68c1170e345951396b1c6cfd Mon Sep 17 00:00:00 2001
From: 单军华
Date: Tue, 31 Jul 2018 13:35:21 +0800
Subject: [PATCH] no message

---
 screendisplay/Pods/M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetroDotPolygon.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetroDotPolygon.h b/screendisplay/Pods/M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetroDotPolygon.h
new file mode 100755
index 0000000..4047143
--- /dev/null
+++ b/screendisplay/Pods/M13ProgressSuite/Classes/ProgressViews/M13ProgressViewMetroDotPolygon.h
@@ -0,0 +1,21 @@
+//
+//  M13ProgressViewMetroDotShape.h
+//  M13ProgressSuite
+//
+//  Created by Brandon McQuilkin on 3/9/14.
+//  Copyright (c) 2014 Brandon McQuilkin. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "M13ProgressViewMetro.h"
+
+/**A subclass of M13ProgressViewMetroDot.*/
+@interface M13ProgressViewMetroDotPolygon : M13ProgressViewMetroDot
+
+/**The number of sides the polygon has.
+ @note if set less than 3, the polygon will be a circle.*/
+@property (nonatomic, assign) NSUInteger numberOfSides;
+/**The radius of the polygon.*/
+@property (nonatomic, assign) CGFloat radius;
+
+@end

--
Gitblit v1.8.0