Files

7 lines
100 B
Swift

import Foundation
struct GestureHandlers {
func handleTap() {}
func handleSwipeDown() {}
}