mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Introduce hasAnyRows on Section
This commit is contained in:
@@ -51,4 +51,9 @@
|
||||
}];
|
||||
}
|
||||
|
||||
- (BOOL)hasAnyRows
|
||||
{
|
||||
return _rows.count > 0;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user