session-ios/Signal/src/Loki/Components/SeedReminderViewDelegate.swift
2019-12-16 08:56:32 +01:00

6 lines
121 B
Swift

protocol SeedReminderViewDelegate {
func handleContinueButtonTapped(from seedReminderView: SeedReminderView)
}