From 49e68d5b4ecc0e6e2143452479e8eed84b444734 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:28:59 -0500 Subject: [PATCH] Update AppIconOptionsController.m --- Sources/AppIconOptionsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 40102fd..7a3e99c 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -43,7 +43,7 @@ } } -- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger section) { +- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return self.appIcons.count; }