mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-27 15:07:43 +00:00
Fixing delegate
This commit is contained in:
parent
7833fb5d38
commit
dbecbba13d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public extension SwiftyCamViewControllerDelegate {
|
||||||
// Optional
|
// Optional
|
||||||
}
|
}
|
||||||
|
|
||||||
func SwiftyCamDidFinishProcessingVideoAt(_ url: String) {
|
func SwiftyCamDidFinishProcessingVideoAt(_ url: URL) {
|
||||||
// Optional
|
// Optional
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue