#import <AudioToolbox/AudioServices.h>

#import "PGPlugin.h"

@interface SoundPlug : PGPlugin {
}

- (void) play:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;

@end
This commit is contained in:
aendom
2011-08-04 12:30:06 -05:00
parent 3e610a1d34
commit 5215b527d9

View File

@@ -1,7 +1,7 @@
#import <AudioToolbox/AudioServices.h>
#import "PhoneGapCommand.h"
#import "PGPlugin.h"
@interface SoundPlug : PhoneGapCommand {
@interface SoundPlug : PGPlugin {
}
- (void) play:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;