Skip to content

Commit 367b558

Browse files
authored
Update BEMCheckBox.h
1 parent ae651eb commit 367b558

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Classes/BEMCheckBox.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//
88

99
@import UIKit;
10-
@import QuartzCore;
1110

1211
@protocol BEMCheckBoxDelegate;
1312

@@ -16,7 +15,11 @@ NS_ASSUME_NONNULL_BEGIN
1615

1716
/** Tasteful Checkbox for iOS.
1817
*/
18+
#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_9_3
1919
IB_DESIGNABLE @interface BEMCheckBox : UIView <CAAnimationDelegate>
20+
#else
21+
IB_DESIGNABLE @interface BEMCheckBox : UIView
22+
#endif
2023

2124
/** The different type of boxes available.
2225
* @see boxType

0 commit comments

Comments
 (0)