fix truncater method to only return the truncater.

This commit is contained in:
rcancro
2016-05-09 16:36:27 -07:00
parent 082ababda6
commit 22e026a5e1
4 changed files with 13 additions and 9 deletions

View File

@@ -33,4 +33,9 @@
truncationAttributedString:(NSAttributedString *)truncationAttributedString
avoidTailTruncationSet:(NSCharacterSet *)avoidTailTruncationSet;
/**
* Actually do the truncation.
*/
- (void)truncate;
@end