我正在使用cocoapods安装ZXing 2.1,我的Podfile内容如下:
platform :ios, '5.0'
pod 'ZXing/ios', '~> 2.1'
一切正常,我可以导入使用#import <TwoDDecoderResult.h>
来使用TwoDDecoderResult
类,但是我不能使用QRCodeReader
类,虽然我已经导入#import <QRCodeReader.h>
了为什么?