No Description

QRCodeScanResult.swift 261B

    // // QRCodeScanResult.swift // QRCodeScanner // // Created by LISA on 2017/7/24. // Copyright © 2017年 FFIB. All rights reserved. // import Foundation public struct QRCodeScanResult { public let metadataType: String public let result: String }