mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Rename TableViewCellWithTickAndLabel with TableViewCellWithCheckBoxAndLabel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user