ScanRecoObj.swift 253 B

123456789101112131415
  1. //
  2. // ScanRecoObj.swift
  3. // ScanQRCodeLikeWeChat
  4. //
  5. // Created by FancyLou on 2020/8/25.
  6. // Copyright © 2020 muliba. All rights reserved.
  7. //
  8. import Foundation
  9. import UIKit
  10. struct ScanRecoObj {
  11. var codeView: UIView
  12. var codeString: String
  13. }