Skip to content

Commit 8fc4ab1

Browse files
committed
didFinishShutdown selector fix
1 parent ae2c31e commit 8fc4ab1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quickstart-ios-swift/ViewController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ extension ViewController: DeepARDelegate {
318318
}
319319
}
320320

321+
func didFinishShutdown (){
322+
NSLog("didFinishShutdown!!!!!")
323+
}
324+
321325
func faceVisiblityDidChange(_ faceVisible: Bool) {}
322326
}
323327

0 commit comments

Comments
 (0)