From 5215b527d90dd0d478d5ee2cd87621efbef6733e Mon Sep 17 00:00:00 2001 From: aendom Date: Thu, 4 Aug 2011 12:30:06 -0500 Subject: [PATCH] #import #import "PGPlugin.h" @interface SoundPlug : PGPlugin { } - (void) play:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options; @end --- iPhone/SoundPlug/SoundPlug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iPhone/SoundPlug/SoundPlug.h b/iPhone/SoundPlug/SoundPlug.h index 73289d6..539555a 100644 --- a/iPhone/SoundPlug/SoundPlug.h +++ b/iPhone/SoundPlug/SoundPlug.h @@ -1,7 +1,7 @@ #import -#import "PhoneGapCommand.h" +#import "PGPlugin.h" -@interface SoundPlug : PhoneGapCommand { +@interface SoundPlug : PGPlugin { } - (void) play:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;