Skip to content

Commit

Permalink
[Fix] TeamSparker#351 - SparkTabBarDelegate 메서드 네이밍 lowerCamelCase 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun99999 committed Mar 13, 2022
1 parent ccbbeeb commit a350049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import Foundation

protocol SparkTabBarDelegate: AnyObject {
func SparkTabBar(_ sender: SparkTabBar, didSelectItemAt index: Int)
func sparkTabBar(_ sender: SparkTabBar, didSelectItemAt index: Int)
}

0 comments on commit a350049

Please sign in to comment.