仿QQ二维码扫描Demo,集成简单(支持二维码,条形码)
仿QQ二维码扫描Demo,集成简单(支持二维码,条形码)
// // QRCodeTests.m // QRCodeTests // // Created by Mac_Mini on 15/9/15. // Copyright (c) 2015年 Chenxuhun. All rights reserved. // #import <UIKit/UIKit.h> #import <XCTest/XCTest.h> @interface QRCodeTests : XCTestCase @end @implementation QRCodeTests - (void)setUp { [super setUp]; // Put setup code here. This method is called before the invocation of each test method in the class. } - (void)tearDown { // Put teardown code here. This method is called after the invocation of each test method in the class. [super tearDown]; } - (void)testExample { // This is an example of a functional test case. XCTAssert(YES, @"Pass"); } - (void)testPerformanceExample { // This is an example of a performance test case. [self measureBlock:^{ // Put the code you want to measure the time of here. }]; } @end
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!