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; }