Commit 4b41d8fb by Daniel Dahan

working create and remove operations for Reminders API

parent 9849b7e7
......@@ -419,7 +419,7 @@ open class Capture: View {
return activeCamera!.flashMode
}
set(value) {
var error: Error?
var error: NSError?
if isFlashModeSupported(flashMode: flashMode) {
do {
let device = activeCamera!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment