mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-10 15:40:40 +00:00
Update AppIconOptionsController.m
This commit is contained in:
parent
31e8568c4d
commit
feda172ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger section {
|
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
|
||||||
return self.appIcons.count;
|
return self.appIcons.count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue