-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working in Swift 4.. #34
Comments
Please replace |
Hi // import UIKit open class QRCode: NSObject, AVCaptureMetadataOutputObjectsDelegate {
} |
Hi
Not Working in Swift 4.
`//
// QRCode.swift
// QRCode
//
// Created by 刘凡 on 15/5/15.
// Copyright (c) 2015年 joyios. All rights reserved.
//
import UIKit
import AVFoundation
open class QRCode: NSObject, AVCaptureMetadataOutputObjectsDelegate {
}
`
I have change syntax error for Swift 4. But Its Not Working. Please Help me
The text was updated successfully, but these errors were encountered: