Skip to content

Commit

Permalink
Fix compiler warning in THContactTextField.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Kraina committed Apr 24, 2015
1 parent a8ce95c commit 11d5a2e
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 11d5a2e

Please sign in to comment.