Skip to content

Commit 27aee43

Browse files
Include other header files in main BEMCheckBox.h, so it will be included in umbrella header (BEMCheckBox.h) of framework.
1 parent 1a1b66a commit 27aee43

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Classes/BEMCheckBox.h

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
@import UIKit;
1010
@protocol BEMCheckBoxDelegate;
1111

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-
1912
/** The different type of boxes available.
2013
* @see boxType
2114
*/
@@ -29,6 +22,16 @@ typedef NS_ENUM(NSInteger, BEMBoxType) {
2922
BEMBoxTypeSquare
3023
};
3124

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+
3235
/** The different type of animations available.
3336
* @see onAnimationType and offAnimationType.
3437
*/

0 commit comments

Comments
 (0)