Files
phonegap-plugins/iPhone/SoundPlug/SoundPlug.h
aendom 5215b527d9 #import <AudioToolbox/AudioServices.h>
#import "PGPlugin.h"

@interface SoundPlug : PGPlugin {
}

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

@end
2011-08-04 12:30:06 -05:00

10 lines
185 B
Objective-C

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