mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-21 13:36:04 +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
|
||||
}
|
||||
|
||||
func SwiftyCamDidFinishProcessingVideoAt(_ url: String) {
|
||||
func SwiftyCamDidFinishProcessingVideoAt(_ url: URL) {
|
||||
// Optional
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue