Fixing what I broke.

This commit is contained in:
Valentin Zwick
2011-06-29 16:04:49 +02:00
parent 576d7c2c4e
commit 574172f937

View File

@@ -7,9 +7,9 @@
#import <Foundation/Foundation.h>
#ifdef PHONEGAP_FRAMEWORK
#import <PhoneGap/PhoneGapCommand.h>
#import <PhoneGap/PGPlugin.h>
#else
#import "PhoneGapCommand.h"
#import "PGPlugin.h"
#endif
#import "ZXingWidgetController.h"
#import "QRCodeReader.h"