Update AppIconOptionsController.m

This commit is contained in:
arichornlover 2024-04-14 13:28:59 -05:00 committed by GitHub
parent 74d8510e7e
commit 49e68d5b4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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