From 7c001e93a709bd066f556ab49957a5ac19352ea5 Mon Sep 17 00:00:00 2001 From: Michael Brooks Date: Thu, 20 Jan 2011 17:54:21 -0800 Subject: [PATCH] Update iOS ScreenShot plugin. Fixed the error: 'renderInContext no method found' --- iPhone/ScreenShot/ScreenShot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/iPhone/ScreenShot/ScreenShot.h b/iPhone/ScreenShot/ScreenShot.h index 423f624a..7e1a5d1f 100644 --- a/iPhone/ScreenShot/ScreenShot.h +++ b/iPhone/ScreenShot/ScreenShot.h @@ -7,6 +7,7 @@ // #import +#import #import "PhoneGapCommand.h" @interface Screenshot : PhoneGapCommand { }