Rename TableViewCellWithTickAndLabel with TableViewCellWithCheckBoxAndLabel

This commit is contained in:
giomfo
2016-07-05 17:26:55 +02:00
parent a1d5384cf8
commit d7cc4f29a0
7 changed files with 52 additions and 52 deletions
@@ -46,12 +46,12 @@
/**
The number of boxes
*/
@property (nonatomic) NSUInteger checkboxesNumber;
@property (nonatomic) NSUInteger checkBoxesNumber;
/**
The current array of checkboxes
The current array of checkBoxes
*/
@property (nonatomic, readonly) NSArray<UIImageView*> *checkboxes;
@property (nonatomic, readonly) NSArray<UIImageView*> *checkBoxes;
/**
The current array of labels