Files
hermes/mobile/ios-app/Core/Gestures/GestureHandlers.swift
T

7 lines
100 B
Swift

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