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;