File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 9
9
@import UIKit;
10
10
@protocol BEMCheckBoxDelegate;
11
11
12
- // Tell the compiler to assume that no method should have a NULL value
13
- NS_ASSUME_NONNULL_BEGIN
14
-
15
- /* * Tasteful Checkbox for iOS.
16
- */
17
- IB_DESIGNABLE @interface BEMCheckBox : UIView
18
-
19
12
/* * The different type of boxes available.
20
13
* @see boxType
21
14
*/
@@ -29,6 +22,16 @@ typedef NS_ENUM(NSInteger, BEMBoxType) {
29
22
BEMBoxTypeSquare
30
23
};
31
24
25
+ #import " BEMPathManager.h"
26
+ #import " BEMAnimationManager.h"
27
+
28
+ // Tell the compiler to assume that no method should have a NULL value
29
+ NS_ASSUME_NONNULL_BEGIN
30
+
31
+ /* * Tasteful Checkbox for iOS.
32
+ */
33
+ IB_DESIGNABLE @interface BEMCheckBox : UIView
34
+
32
35
/* * The different type of animations available.
33
36
* @see onAnimationType and offAnimationType.
34
37
*/
You can’t perform that action at this time.
0 commit comments