Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed Oct 9, 2015
1 parent e489187 commit 6d28d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Classes/BEMCheckBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ IB_DESIGNABLE
*/
@interface BEMCheckBox : UIView

/**
* @see different type of boxes available.
/** The different type of boxes available.
* @see boxType
*/
typedef NS_ENUM(NSInteger, BEMBoxType) {
/** Circled box.
Expand Down
1 change: 0 additions & 1 deletion Sample Project/CheckBoxTests/CheckBoxTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ - (void)testReload {
XCTAssert(offLayer.lineWidth == 2.0);
XCTAssert(self.checkBox.layer.sublayers.count == 1);


[self.checkBox reload];
self.checkBox.on = NO;

Expand Down

0 comments on commit 6d28d9c

Please sign in to comment.