Skip to content

Commit 15dd8b0

Browse files
committed
Fixed failing unit tests
1 parent 5d00fce commit 15dd8b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TORoundedButton/TORoundedButton.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ @implementation TORoundedButton {
6868
UIImpactFeedbackGenerator *_impactGenerator;
6969
}
7070

71+
// We redlared `tintColor` in the header to make it more obvious that's how
72+
// you control the background color. Skip synthesizing any accessors in here.
73+
@dynamic tintColor;
74+
7175
#pragma mark - View Creation -
7276

7377
- (instancetype)init {

0 commit comments

Comments
 (0)