mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-14 08:57:53 -05:00
#import "PGPlugin.h"
@interface SoundPlug : PGPlugin {
}
- (void) play:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
@end
10 lines
185 B
Objective-C
10 lines
185 B
Objective-C
#import <AudioToolbox/AudioServices.h>
|
|
#import "PGPlugin.h"
|
|
|
|
@interface SoundPlug : PGPlugin {
|
|
}
|
|
|
|
- (void) play:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
|
|
|
|
@end
|