Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #19 from stevewilford/master
Browse files Browse the repository at this point in the history
Fix default property attribute warning on internalTextView
  • Loading branch information
hanspinckaers committed Jun 20, 2012
2 parents 4476a30 + c17d1b0 commit 43a7f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/HPGrowingTextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
@property int maxNumberOfLines;
@property int minNumberOfLines;
@property BOOL animateHeightChange;
@property UITextView *internalTextView;
@property (nonatomic, strong) UITextView *internalTextView;


//uitextview properties
Expand Down

0 comments on commit 43a7f97

Please sign in to comment.