SoundSelectionDelegate

@protocol SoundSelectionDelegate <NSObject>

- (void)didSelectSoundWithSoundMedia:(SoundMedia *)soundMedia;

- (void)didCancelSelectSound;

@end

Undocumented