swift-spyable
swift-spyable copied to clipboard
[Bug] Doesn't support multiple functions of the same name with different parameters
@Spyable
internal protocol MyHapticsProtocol {
func send(_ style: UIImpactFeedbackGenerator.FeedbackStyle)
func send(_ type: UINotificationFeedbackGenerator.FeedbackType)
}
results in a bunch Invalid redeclaration of ...
warnings