Skip to content

Commit

Permalink
Merge pull request #40 from tomaskraina/master
Browse files Browse the repository at this point in the history
Fix compiler warning in THContactTextField.h.
  • Loading branch information
tristanhimmelman committed Apr 24, 2015
2 parents a8ce95c + 11d5a2e commit dad9ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/THContactTextField.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

@implementation THContactTextField

@dynamic delegate;

- (id)init {
self = [super init];
if (self) {
Expand Down

0 comments on commit dad9ee3

Please sign in to comment.