Sin Descripción

QRCodeScanResult.swift 240B

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