Fixed warnings now detected by Xcode 9

This commit is contained in:
manuroe
2017-09-26 16:10:42 +02:00
parent 27fc0c8287
commit db0cb28f08
3 changed files with 6 additions and 0 deletions
@@ -45,6 +45,8 @@
- (void)prepareForReuse
{
[super prepareForReuse];
// Reset avatars
for (UIView *avatarView in self.avatarsView.subviews)
{