session-ios/SessionMessagingKit/Jobs/JobDelegate.swift

7 lines
130 B
Swift

public protocol JobDelegate {
func handleJobSucceeded(_ job: Job)
func handleJobFailed(_ job: Job, with error: Error)
}