Merge pull request #60 from vzwick/patch-18

Updating to PGPlugin base class, cf [Issue #44](https://github.com/phoneg
This commit is contained in:
Shazron Abdullah
2011-06-29 06:12:18 -07:00

View File

@@ -13,7 +13,7 @@
#import "PhoneGapCommand.h"
#endif
@interface Torch : PhoneGapCommand {
@interface Torch : PGPlugin {
AVCaptureSession* session;
}