mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
#import <AudioToolbox/AudioServices.h>
#import "PGPlugin.h"
@interface SoundPlug : PGPlugin {
}
- (void) play:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
@end
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user