Skip to content

Commit

Permalink
Fix compil error
Browse files Browse the repository at this point in the history
  • Loading branch information
TURCK Erwan committed Apr 23, 2020
1 parent e965339 commit d17f52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RATreeView/RATreeView/Private Files/RATreeView+Enums.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ + (RATreeViewStyle)treeViewStyleForTableViewStyle:(UITableViewStyle)tableViewSty
case UITableViewStyleGrouped:
return RATreeViewStyleGrouped;
}
return RATreeViewStylePlain;
}
#pragma mark Scroll Positions

Expand Down

0 comments on commit d17f52a

Please sign in to comment.