• This project
    • Loading...
  • Sign in

Phecda / react-native-lewin-qrcode

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • react-native-lewin-qrcode
  • ios
  • QrCode
  • QRScanReader.h
  • lizhiyu's avatar
    初始化项目 · 27c9a163
    27c9a163 Browse Files
    lizhiyu authored 2018-04-18 16:35:37 +0800
QRScanReader.h 259 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
//
//  QRScanReader.h
//  Bitcoin
//
//  Created by lewin on 2018/3/14.
//  Copyright © 2018年 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>

@interface QRScanReader : NSObject<RCTBridgeModule>

@end