Update AppIconOptionsController.m

This commit is contained in:
arichornlover 2024-04-15 22:33:23 -05:00 committed by GitHub
parent 31e8568c4d
commit feda172ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@
}
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger section {
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return self.appIcons.count;
}