VOSoundSelectionDelegate

@protocol VOSoundSelectionDelegate <NSObject>

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

- (void)didCancelSelectSound;

@end

Undocumented